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/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/metrics.ts#L34