Enum perseus_cli::errors::PrepError [−][src]
pub enum PrepError {
PrereqNotPresent {
cmd: String,
env_var: String,
source: Error,
},
CurrentDirUnavailable {
source: Error,
},
ExtractionFailed {
target_dir: Option<String>,
source: Error,
},
GitignoreUpdateFailed {
source: Error,
},
ManifestUpdateFailed {
target_dir: Option<String>,
source: Error,
},
GetUserManifestFailed {
source: Error,
},
MalformedUserManifest,
RemoveBadDirFailed {
source: Error,
},
}Expand description
Errors that can occur while preparing.
Variants
Fields of GitignoreUpdateFailed
source: ErrorFields of GetUserManifestFailed
source: ErrorFields of RemoveBadDirFailed
source: Error