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
PrereqNotPresent
CurrentDirUnavailable
ExtractionFailed
GitignoreUpdateFailed
Fields
source: ErrorManifestUpdateFailed
GetUserManifestFailed
Fields
source: ErrorMalformedUserManifest
RemoveBadDirFailed
Fields
source: Error