Skip to main content

parse_problem_response

Function parse_problem_response 

Source
pub fn parse_problem_response(
    data: &[u8],
    http_status: u16,
) -> Result<ProblemDetails, ParseError>