Enum sp_externalities::Error [−][src]
pub enum Error { ExtensionAlreadyRegistered, ExtensionsAreNotSupported, ExtensionIsNotRegistered(TypeId), StorageUpdateFailed(&'static str), }
Expand description
Externalities error.
Variants
Same extension cannot be registered twice.
Extensions are not supported.
ExtensionIsNotRegistered(TypeId)
Extension TypeId
is not registered.
StorageUpdateFailed(&'static str)
Failed to update storage,
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error