Expand description
Error handling and protocol-specific error mapping.
Structs§
- Error
Response - A generic error response that can be serialized
- Http
Status Helper - Helper wrapper used by generated HTTP handler code to map error values to HTTP status codes.
- Schema
Validation Error - Error type for schema validation failures.
Enums§
- Error
Code - Protocol-agnostic error code that maps to HTTP status, gRPC code, CLI exit code, etc.
Traits§
- Http
Status Fallback - Fallback trait used by
HttpStatusHelperwhen the concrete error type does not implementIntoErrorCode. - Into
Error Code - Trait for converting errors to protocol-agnostic error codes.