Module error

Source
Expand description

General node-api Error implementation.

Re-exports§

pub use crate::metadata::MetadataConversionError;
pub use crate::metadata::MetadataError;

Structs§

DecodeError
An error produced while attempting to decode some type.
EncodeError
An error produced while attempting to encode some type.
ModuleError
Details about a module error that has occurred.
RawModuleError
The error details about a module error that has occurred.

Enums§

ArithmeticError
An error relating to arithmetic when dispatching a transaction.
DispatchError
An error dispatching a transaction. See Substrate DispatchError
Error
The underlying error enum, generic over the type held by the Runtime variant. Prefer to use the Error<E> and Error aliases over using this type directly.
SecretStringError
An error with the interpretation of a secret.
TokenError
An error relating to tokens when dispatching a transaction.
TransactionValidityError
Errors that can occur while checking the validity of a transaction.
TransactionalError
An error relating to the transactional layers when dispatching a transaction.
VisitorDecodeError
An error decoding SCALE bytes.