pub fn into_tide_response<T: Into<HttpApiProblem>>(what: T) -> ResponseExpand description
Creates a tide::Response from something that can become an
HttpApiProblem.
If status is None 500 - Internal Server Error is the
default.
pub fn into_tide_response<T: Into<HttpApiProblem>>(what: T) -> ResponseCreates a tide::Response from something that can become an
HttpApiProblem.
If status is None 500 - Internal Server Error is the
default.