Skip to main content

Module error

Module error 

Source
Expand description

HTTP error handling and response formatting.

This module provides error types that implement Axum’s IntoResponse trait for consistent error responses across all HTTP endpoints.

Structs§

DiagnosticResponse
JSON diagnostic error response body (matches WS format).
ErrorResponse
JSON error response body.

Enums§

AppError
Application error type that converts to HTTP responses.