Type Alias distance_oracle::runtime::multisig::calls::DispatchError    
source · type DispatchError = DispatchError;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,
}