AxAIAnthropicChatError
type AxAIAnthropicChatError = object;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/ai/anthropic/types.ts#L216
Properties
error
error: object;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/ai/anthropic/types.ts#L218
message
message: string;
type
type: "authentication_error";
type
type: "error";
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/ai/anthropic/types.ts#L217