Skip to content

AdapterConversionErrorOptions

Defined in: packages/ai.matey.types/src/errors.ts:350

Adapter conversion error constructor options.

readonly optional cause: Error

Defined in: packages/ai.matey.types/src/errors.ts:358


readonly code: "ADAPTER_CONVERSION_ERROR" | "ADAPTER_VALIDATION_ERROR" | "UNSUPPORTED_CONVERSION" | "SEMANTIC_DRIFT_ERROR"

Defined in: packages/ai.matey.types/src/errors.ts:351


readonly optional irState: object

Defined in: packages/ai.matey.types/src/errors.ts:359

readonly optional request: Partial<IRChatRequest>

readonly optional response: Partial<IRChatResponse>


readonly message: string

Defined in: packages/ai.matey.types/src/errors.ts:356


readonly optional provenance: ErrorProvenance

Defined in: packages/ai.matey.types/src/errors.ts:357