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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/anthropic/types.ts#L287

Properties

error

TypeScript
error: object;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/anthropic/types.ts#L289

message

TypeScript
message: string;

type

TypeScript
type: 
  | "overloaded_error"
  | "api_error"
  | "rate_limit_error"
  | "invalid_request_error"
  | "authentication_error"
  | "permission_error"
  | "not_found_error"
  | "request_too_large";

type

TypeScript
type: "error";

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/anthropic/types.ts#L288

Docs