Expand description
Error handling and protocol-specific error mapping.
Structs§
- Error
Response - A generic error response that can be serialized
- 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§
- Into
Error Code - Trait for converting errors to protocol-agnostic error codes.