pub fn internal_error<'a>(
    r: &'a Request<'_>,
    msg: &'a str
) -> ResponseBuilder<Error<'a>>
Expand description

Create an internal server error response