AxAIAnthropicChatError
type AxAIAnthropicChatError = object;Defined in: https://github.com/ax-llm/ax/blob/12fe8d0b81f256b482dbdc782dffa3879e5f971f/src/ax/ai/anthropic/types.ts#L287
Properties
error
error: object;Defined in: https://github.com/ax-llm/ax/blob/12fe8d0b81f256b482dbdc782dffa3879e5f971f/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/12fe8d0b81f256b482dbdc782dffa3879e5f971f/src/ax/ai/anthropic/types.ts#L288