Enum perseus_cli::errors::ExportError [−][src]
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.
