Enums§
- Router
Error  - The error type returned by bedrock operations.
 
Traits§
- Downcast
Error ForTest  - To test the error case of e.g. a 
Routerimplementation, 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 
Explaintrait, since: