AxAIAnthropicChatError
type AxAIAnthropicChatError = object;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/anthropic/types.ts#L287
Properties
error
error: object;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/anthropic/types.ts#L289
message
message: string;type
type:
| "overloaded_error"
| "api_error"
| "rate_limit_error"
| "invalid_request_error"
| "authentication_error"
| "permission_error"
| "not_found_error"
| "request_too_large";type
type: "error";Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/anthropic/types.ts#L288