// Generated from the IANA HTTP Problem Types registry snapshot. Do not edit by hand.
///|
fn generated_problem_type_data() -> Array[ProblemTypeRecord] {
[
problem_type_record("about:blank", "See HTTP Status Code", None, "RFC9457"),
problem_type_record(
"https://iana.org/assignments/http-problem-types#date",
"Date Not Acceptable",
Some(400),
"RFC9458, Section 6.5.2",
),
problem_type_record(
"https://iana.org/assignments/http-problem-types#ohttp-key",
"Oblivious HTTP key configuration not acceptable",
Some(400),
"RFC9458, Section 5.3",
),
problem_type_record(
"https://iana.org/assignments/http-problem-types#digest-unsupported-algorithms",
"Unsupported Hashing Algorithms",
Some(400),
"RFC-ietf-httpapi-digest-fields-problem-types-06, Section 3.1",
),
problem_type_record(
"https://iana.org/assignments/http-problem-types#digest-invalid-values",
"Invalid Digest Values",
Some(400),
"RFC-ietf-httpapi-digest-fields-problem-types-06, Section 3.2",
),
problem_type_record(
"https://iana.org/assignments/http-problem-types#digest-mismatched-values",
"Mismatched Digest Values",
Some(400),
"RFC-ietf-httpapi-digest-fields-problem-types-06, Section 3.3",
),
]
}