Module response

Module response 

Source
Expand description

Creating responses from HttpError.

Structs§

HttpErrorResponse
Type representing an error response.
Jsonjson
A general purpose error response that formats a HttpError as Json.

Traits§

FormatResponse
Trait for formatting error responses.

Type Aliases§

HttpJsonErrorResponsejson
A HttpErrorResponse with configured Json formatter.
HttpJsonResultjson
A HttpResult with configured Json formatter.
HttpResult
A result that wraps HttpError with response formatter FormatResponse.