Skip to main content

Module error

Module error 

Source
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§

ErrorEnvelope
API error response envelope.

Enums§

ApiError
Error type for REST API operations.