Expand description
HTTP API error types compatible with axum and tower response extractors. RFC 7807 Problem Details HTTP API error serialization boundary.
ApiError is the single unified error payload that crosses HTTP network boundaries.
All domain-specific error enums in crate::error implement From<T> for ApiError,
mapping internal failures to RFC 7807 Problem Details JSON format with Kinetic extensions.
Structsยง
- ApiError
- RFC 7807 Problem Details representation for HTTP API responses, augmented with Kinetic extensions.