Expand description
HTTP error handling and response formatting.
This module provides error types that implement Axum’s IntoResponse trait
for consistent error responses across all HTTP endpoints.
Structs§
- Diagnostic
Response - JSON diagnostic error response body (matches WS format).
- Error
Response - JSON error response body.
Enums§
- AppError
- Application error type that converts to HTTP responses.