AxAIAnthropicChatError
type AxAIAnthropicChatError = object;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/anthropic/types.ts#L201
Properties
error
error: object;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/anthropic/types.ts#L203
message
message: string;
type
type: "authentication_error";
type
type: "error";
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/anthropic/types.ts#L202