pub fn classify_hickory_error(
transport: ValidationTransport,
error: &str,
) -> ValidationFailureKindExpand description
Map a Hickory error string into a stable ValidationFailureKind.
Used by both the validation pipeline and (in due course) the query subcommand, so the categories stay aligned across surfaces.