Skip to main content

Interface: EnrichedAISDKError

Defined in: packages/core/src/utils/format-error.ts:55

Errors enriched by enrichAISDKError carry a typed .diagnostics property.

Extends

  • Error

Properties

diagnostics?

optional diagnostics?: AISDKErrorDiagnostics

Defined in: packages/core/src/utils/format-error.ts:56


message

message: string

Defined in: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Error.message


name

name: string

Defined in: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.name


stack?

optional stack?: string

Defined in: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack