pub fn into_actix_response<T: Into<HttpApiProblem>>(what: T) -> HttpResponse
Expand description

HttpApiProblem.

If status is None 500 - Internal Server Error is the default.