Enum borgbackup::commands::PruneError
source · pub enum PruneError {
Unknown,
ShlexError,
CommandFailed(Error),
InvalidBorgOutput(Error),
DeserializeError(Error),
TerminatedBySignal,
PipeFailed,
ArchiveAlreadyExists,
UnexpectedMessageId(MessageId),
}
Expand description
The errors that can be returned from prune
Variants§
Unknown
An unknown error occurred
ShlexError
Error while splitting the arguments
CommandFailed(Error)
The command failed to execute
InvalidBorgOutput(Error)
Invalid borg output found
DeserializeError(Error)
Error while deserializing output of borg
TerminatedBySignal
Borg was terminated by a signal
PipeFailed
Piping from stdout or stderr failed
ArchiveAlreadyExists
The specified archive name already exists
UnexpectedMessageId(MessageId)
An unexpected message id was received