Enum perseus_cli::errors::ExportError
source ·
[−]pub enum ExportError {
DirStructureCreationFailed {
source: Error,
},
MoveAssetFailed {
to: String,
from: String,
source: Error,
},
ExecutionError(ExecutionError),
}Expand description
Errors that can occur while running perseus export.
Variants
DirStructureCreationFailed
Fields
source: ErrorMoveAssetFailed
ExecutionError(ExecutionError)
Tuple Fields
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ExportError
impl Send for ExportError
impl Sync for ExportError
impl Unpin for ExportError
impl !UnwindSafe for ExportError
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
