Module error

Source
Expand description

Provides the StackError struct which implements the ErrorStacks trait.

Structs§

StackError
A simple error type that implements the ErrorStacks trait.

Traits§

ErrorStacks
Trait for stacking errors: errors that stack and provide an optional error code and resource URI for runtime error handling.