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 of PrepError
0: PrepErrorExecutionError(ExecutionError)Tuple Fields of ExecutionError
EjectionError(EjectionError)Tuple Fields of EjectionError
ExportError(ExportError)Tuple Fields of ExportError
0: ExportErrorDeployError(DeployError)Tuple Fields of DeployError
0: DeployErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.