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