Expand description
Types representing the errors that can be returned.
Re-exports§
pub use crate::config::ExtrinsicParamsError;pub use crate::metadata::Metadata;
Structs§
- An error produced while attempting to decode some type.
- An error produced while attempting to encode some type.
- Details about a module error that has occurred.
Enums§
- An error relating to arithmetic when dispatching a transaction.
- Block error
- An error dispatching a transaction.
- LightClientError
unstable-light-clientThings that can go wrong when constructing theLightClient. - Something went wrong trying to access details in the metadata.
- An error emitted if something goes wrong converting
frame_metadatatypes intocrate::Metadata. - An RPC error. Since we are generic over the RPC client that is used, the error is boxed and could be casted.
- Something went wrong trying to encode a storage address.
- An error relating to tokens when dispatching a transaction.
- Transaction error.
- An error relating to thr transactional layers when dispatching a transaction.