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