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