AxAIAnthropicChatError
type AxAIAnthropicChatError = object;
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/ai/anthropic/types.ts#L224
Properties
error
error: object;
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/ai/anthropic/types.ts#L226
message
message: string;
type
type: "authentication_error";
type
type: "error";
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/ai/anthropic/types.ts#L225