Enum perseus_cli::errors::Error
source ·
[−]pub enum Error {
PrepError(PrepError),
ExecutionError(ExecutionError),
EjectionError(EjectionError),
ExportError(ExportError),
DeployError(DeployError),
WatchError(WatchError),
}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: DeployErrorWatchError(WatchError)
Tuple Fields
0: WatchErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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
