Enum perseus_cli::errors::DeployError
source ·
[−]pub enum DeployError {
MoveExportDirFailed {
to: String,
from: String,
source: Error,
},
ReplaceOutputDirFailed {
path: String,
source: Error,
},
GetServerExecutableFailed,
MoveAssetFailed {
to: String,
from: String,
source: Error,
},
MoveDirFailed {
to: String,
from: String,
source: Error,
},
ReadExportDirFailed {
path: String,
source: Error,
},
}Expand description
Errors that can occur while running perseus deploy.
Variants
MoveExportDirFailed
ReplaceOutputDirFailed
GetServerExecutableFailed
MoveAssetFailed
MoveDirFailed
ReadExportDirFailed
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for DeployError
impl Send for DeployError
impl Sync for DeployError
impl Unpin for DeployError
impl !UnwindSafe for DeployError
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
