Enum sp_externalities::Error[][src]

pub enum Error {
    ExtensionAlreadyRegistered,
    ExtensionsAreNotSupported,
    ExtensionIsNotRegistered(TypeId),
    StorageUpdateFailed(&'static str),
}
Expand description

Externalities error.

Variants

ExtensionAlreadyRegistered

Same extension cannot be registered twice.

ExtensionsAreNotSupported

Extensions are not supported.

ExtensionIsNotRegistered(TypeId)

Extension TypeId is not registered.

StorageUpdateFailed(&'static str)

Failed to update storage,

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.