Enums§
- Router
Error - The error type returned by bedrock operations.
Traits§
- Downcast
Error ForTest - 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. - Explain
- All detailed error objects must implement the
Explain
trait, since: