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