Enum perseus_cli::errors::Error [−][src]
pub enum Error {
PrepError(PrepError),
ExecutionError(ExecutionError),
EjectionError(EjectionError),
ExportError(ExportError),
DeployError(DeployError),
}Expand description
All errors that can be returned by the CLI.
Variants
PrepError(PrepError)
Tuple Fields
0: PrepErrorExecutionError(ExecutionError)
Tuple Fields
EjectionError(EjectionError)
Tuple Fields
ExportError(ExportError)
Tuple Fields
0: ExportErrorDeployError(DeployError)
Tuple Fields
0: DeployErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
