Type Alias ME
Source pub type ME = MgmtError;
pub enum ME {
Show 38 variants
CommandParseFailed(String),
AuthorisationError,
SuperuserAuthorisationRequired,
SpecifyAccount,
MustSpecifyNick,
AlreadyExists,
NickCollision,
GameBeingDestroyed(GameBeingDestroyed),
GameNotFound,
AccountNotFound(AccountNotFound),
PlayerNotFound(PlayerNotFound),
PieceNotFound,
LimitExceeded,
ServerFailure(String),
ZCoordinateOverflow(Overflow),
BadGlob {
pat: String,
msg: String,
},
BadSpec(SpecError),
TokenDeliveryFailed(TokenDeliveryError),
CoordinateOverflow(CoordinateOverflow),
TomlSyntaxError(String),
TomlStructureError(String),
RngIsReal(RngIsReal),
TimeIsReal(TimeIsReal),
UploadTruncated,
UploadCorrupted,
TooManyBundles,
BadBundle(String),
BundleNotFound,
BundlesInUse(String),
GameSpecNotFound,
GameSpecInvalidData,
IdleTimeout,
UploadTimeout,
NoSshKeysForSubaccount,
SshKeyNotFound,
InvalidSshKeyId,
InvalidSshKey(KeyError),
AccountSpecified,
}