Expand description
REST API error types and responses.
ApiError is the primary error type for all API handlers. It implements
IntoResponse to serialize errors to JSON
with proper HTTP status codes.
Structs§
- Error
Envelope - API error response envelope.
Enums§
- ApiError
- Error type for REST API operations.