Expand description
HTTP mapping for ares_types::AppError.
IntoResponse cannot be implemented on the foreign AppError type here
(orphan rule). Handlers return HttpError, which converts from AppError.
Structs§
- Http
Error - HTTP adapter around
ares_types::AppError.
Functions§
- app_
error_ into_ response - Map
ares_types::AppErrorto an Axum response usingares_types::AppError::status_code.