Expand description
Creating responses from HttpError.
Structs§
- Http
Error Response - Type representing an error response.
- Json
json - A general purpose error response that formats a
HttpErroras Json.
Traits§
- Format
Response - Trait for formatting error responses.
Type Aliases§
- Http
Json Error Response json - A
HttpErrorResponsewith configuredJsonformatter. - Http
Json Result json - A
HttpResultwith configuredJsonformatter. - Http
Result - A result that wraps
HttpErrorwith response formatterFormatResponse.