Expand description
Typed API errors for proper HTTP/gRPC status code mapping
Enumsยง
- ApiError
- API error types that can be downcast at the HTTP/gRPC boundary
- Availability
Error - Marker errors for availability endpoint failures. These are wrapped in
anyhow::Errorby the state implementation and downcasted in the Axum handlers to select the right HTTP status code.