Module ac_node_api::error

source ·
Expand description

General node-api Error implementation.

Re-exports§

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.
  • The error details about a module error that has occurred.

Enums§

  • An error relating to arithmetic when dispatching a transaction.
  • An error dispatching a transaction. See Substrate DispatchError
  • 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.
  • An error with the interpretation of a secret.
  • An error relating to tokens when dispatching a transaction.
  • Errors that can occur while checking the validity of a transaction.
  • An error relating to the transactional layers when dispatching a transaction.