pub type DispatchError = DispatchError;
Expand description

The error type returned when there is a runtime issue.

Aliased Type§

enum DispatchError {
Show 14 variants Other, CannotLookup, BadOrigin, Module(ModuleError), ConsumerRemaining, NoProviders, TooManyConsumers, Token(TokenError), Arithmetic(ArithmeticError), Transactional(TransactionalError), Exhausted, Corruption, Unavailable, RootNotAllowed,
}

Variants§

§

Other

§

CannotLookup

§

BadOrigin

§

Module(ModuleError)

§

ConsumerRemaining

§

NoProviders

§

TooManyConsumers

§

Token(TokenError)

§

Arithmetic(ArithmeticError)

§

Transactional(TransactionalError)

§

Exhausted

§

Corruption

§

Unavailable

§

RootNotAllowed