Enums§
- The error type returned by bedrock operations.
Traits§
- To test the error case of e.g. a
Router
implementation, it will be helpful to cast the erased error back to an expected error type and match on it. - All detailed error objects must implement the
Explain
trait, since: