pub fn get_client_error(status: StatusCode) -> Option<StatusCode>Expand description
If the status is StatusCode::is_client_error then return Option::Some() with the code.
pub fn get_client_error(status: StatusCode) -> Option<StatusCode>If the status is StatusCode::is_client_error then return Option::Some() with the code.