Enum perseus_cli::errors::PrepError
source ·
[−]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: ErrorTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PrepError
impl !UnwindSafe for PrepError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
