Variable: ERROR_CATEGORIES
Makaio Framework / contracts/shared / ERROR_CATEGORIES
Variable: ERROR_CATEGORIES
Section titled “Variable: ERROR_CATEGORIES”
constERROR_CATEGORIES: readonly ["rate_limit","auth","model_unavailable","quota_exceeded"]
Defined in: ../../../packages/contracts/src/shared/index.ts:191
Runtime error categories for adapter failures. Used to classify errors during agent execution for fallback/retry logic.
Note: The ‘all’ category exists in VirtualModelErrorCategorySchema but is excluded here as it’s only used for fallback configuration, not runtime error classification.