Skip to main content

IE

Type Alias IE 

Source
pub type IE = InternalError;

Aliased Type§

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),
}

Variants§

§

AccountsCorrupted(AccountId, Arc<AccountName>)

§

AccountsSaveError(AccountsSaveError)

§

MessagePackEncodeFail(Error)

§

MessagePackDecodeFail(Error)

§

DuplicateBundle

Fields

§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)