Expand description
General node-api Error implementation.
Re-exports§
pub use crate::metadata::MetadataConversionError;
pub use crate::metadata::MetadataError;
Structs§
- Decode
Error - An error produced while attempting to decode some type.
- Encode
Error - An error produced while attempting to encode some type.
- Module
Error - Details about a module error that has occurred.
- RawModule
Error - The error details about a module error that has occurred.
Enums§
- Arithmetic
Error - An error relating to arithmetic when dispatching a transaction.
- Dispatch
Error - 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 theError<E>
andError
aliases over using this type directly. - Secret
String Error - An error with the interpretation of a secret.
- Token
Error - An error relating to tokens when dispatching a transaction.
- Transaction
Validity Error - Errors that can occur while checking the validity of a transaction.
- Transactional
Error - An error relating to the transactional layers when dispatching a transaction.
- Visitor
Decode Error - An error decoding SCALE bytes.