AxErrorCategory
type AxErrorCategory =
| "validation_error"
| "assertion_error"
| "timeout_error"
| "abort_error"
| "network_error"
| "auth_error"
| "rate_limit_error"
| "function_error"
| "parsing_error"
| "unknown_error";
Defined in: https://github.com/ax-llm/ax/blob/8dfd0ce02b8cb386fb2c93fa280a2ec0da2d6011/src/ax/dsp/metrics.ts#L34