Enum crev_lib::Error [−][src]
pub enum Error {}Show variants
PathAlreadyExists(Box<Path>), GitRepositoryIsNotInACleanState, UnsupportedVersion(i64), PubKeyMismatch, UserConfigNotInitialized, UserConfigAlreadyExists, UserConfigLoadError(Box<(PathBuf, Error)>), NoHomeDirectory, IdLoadError(Box<(PathBuf, Error)>), IDFileNotFound, CouldNotCloneGitHttpsURL(Box<(String, String)>), NoIdsGiven, IncorrectPassphrase, CurrentIDNotSet, IDNotSpecifiedAndCurrentIDNotSet, OriginHasNoURL, GitUrlNotConfigured, ErrorIteratingLocalProofStore(Box<(PathBuf, String)>), FileNotCurrent(Box<Path>), PackageConfigNotInitialized, PathNotInStageRootPath, GitEntryWithoutAPath, YAML(Error), CBOR(Error), PackageDirNotFound(PackageDirNotFound), Cancelled(CancelledError), Data(Error), Passphrase(Error), ReviewActivity(Box<YAMLIOError>), UserConfigParse(Error), Digest(DigestError), Git(Error), IO(Error), CrateSourceSanitizationError(Error), FileWrite(Error, PathBuf), Id(IdError),
Variants
UnsupportedVersion(i64)
YAML(Error)
CBOR(Error)
PackageDirNotFound(PackageDirNotFound)
Cancelled(CancelledError)
Data(Error)
Passphrase(Error)
ReviewActivity(Box<YAMLIOError>)
UserConfigParse(Error)
Digest(DigestError)
Git(Error)
IO(Error)
CrateSourceSanitizationError(Error)
Id(IdError)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error