fn parse_status( what: &str, raw: &str, value: Option<u64>, ) -> Result<u16, String>
Validates one status code (map key or value): an integer within 100-599.