AxAIAnthropicChatError Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIAnthropicChatError.md type AxAIAnthropicChatError

AxAIAnthropicChatError

TypeScript
type AxAIAnthropicChatError = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L285

Properties

error

TypeScript
error: object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L287

message

TypeScript
message: string;

type

TypeScript
type: "authentication_error";

type

TypeScript
type: "error";

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L286

Docs