Expand description
Provides the StackError
struct which implements the ErrorStacks
trait.
Structs§
- Stack
Error - A simple error type that implements the
ErrorStacks
trait.
Traits§
- Error
Stacks - Trait for stacking errors: errors that stack and provide an optional error code and resource URI for runtime error handling.