Skip to main content

Module error

Module error 

Source
Expand description

Error handling and protocol-specific error mapping.

Structs§

ErrorResponse
A generic error response that can be serialized
SchemaValidationError
Error type for schema validation failures.

Enums§

ErrorCode
Protocol-agnostic error code that maps to HTTP status, gRPC code, CLI exit code, etc.

Traits§

IntoErrorCode
Trait for converting errors to protocol-agnostic error codes.