Expand description
Error handling for dbrest
This module provides:
Error- Main error enum with DBRST-compatible error codesErrorResponse- JSON response format for errors
§Error Codes
Error codes follow DBRST conventions:
- DBRST000-099: Configuration errors
- DBRST100-199: API request errors
- DBRST200-299: Schema cache errors
- DBRST300-399: Authentication errors
- DBRST400-499: Request/action errors
- DBRST500-599: Database errors
Re-exports§
pub use response::ErrorResponse;
Modules§
Enums§
- Error
- Main error type for dbrest