Skip to main content

parse_http_error

Function parse_http_error 

Source
pub fn parse_http_error(
    status_code: u16,
    message: impl Into<String>,
    request_id: Option<String>,
) -> HttpError