Crate ex3_node_error

Source

Modules§

prelude
This module includes several traits.
util
Error-related macros

Structs§

AnyError
A wrapper around a dynamic error type.
Error
Top-level ex3 error type.
InternalError
Internal error.
OtherError
An error with only a string as the reason.
SilentError
An error with no reason.

Enums§

ErrorKind
A list specifying categories of main node error.
InternalErrorKind