Module error

Source

Structs§

ErrorBase
StdError
The StdError type is a generic error type that is generic over the error kind; this enables us to distinguish between distinctly different error types.

Enums§

CoreError

Traits§

ErrorKind
this trait is used to denote various error kinds for use throughout the sdk

Type Aliases§

BoxErr
A type alias for a Err whose generic type is a Box of a trait object implementing core::error::Error.
Result
a type alias for a Result type pre-configured with the [Error] type