Type Alias IE
Source pub type IE = InternalError;
pub enum IE {
Show 18 variants
AccountsCorrupted(AccountId, Arc<AccountName>),
AccountsSaveError(AccountsSaveError),
MessagePackEncodeFail(Error),
MessagePackDecodeFail(Error),
DuplicateBundle {
index: Index,
kinds: [Kind; 2],
},
InternalLogicError(InternalLogicError),
SVGProcessingFailed(SVGProcessingError),
StringFormatting(Error),
JSONEncode(Error),
Anyhow(Error),
PartialPlayerData,
CoordinateOverflow(CoordinateOverflow),
OrganisedPlacementFailure,
ZCoordinateOverflow(Overflow),
Aggregated,
SshKeysManipError(AuthKeysManipError),
TemplateRenderingError(Error),
FutureInstantOutOfRange(FutureInstantOutOfRange),
}