pub fn categorize_parse_error(error_msg: &str) -> (FailureType, String)Expand description
Categorize a parse error message into a structured failure type.
Analyzes error text to extract field names and classify the failure as missing field, type mismatch, or generic parse error.