Type Alias distance_oracle::runtime::Error  
source · pub type Error = RuntimeError;Expand description
The outer error enum represents the DispatchError’s Module variant.
Aliased Type§
enum Error {
Show 25 variants
    System(Error),
    Scheduler(Error),
    Babe(Error),
    Balances(Error),
    OneshotAccount(Error),
    SmithMembers(Error),
    AuthorityMembers(Error),
    Session(Error),
    Grandpa(Error),
    ImOnline(Error),
    Sudo(Error),
    Preimage(Error),
    TechnicalCommittee(Error),
    UniversalDividend(Error),
    Wot(Error),
    Identity(Error),
    Membership(Error),
    Certification(Error),
    Distance(Error),
    AtomicSwap(Error),
    Multisig(Error),
    ProvideRandomness(Error),
    Proxy(Error),
    Utility(Error),
    Treasury(Error),
}