Type Alias anyhow_http::response::HttpJsonErrorResponse
source · pub type HttpJsonErrorResponse = HttpErrorResponse<Json>;Available on crate feature
json only.Expand description
A HttpErrorResponse with configured Json formatter.
Aliased Type§
struct HttpJsonErrorResponse {
pub http_error: HttpError,
/* private fields */
}Fields§
§http_error: HttpError