Skip to content

ErrorProvenance

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

Context about where an error occurred in the adapter chain.

readonly optional backend: string

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

Backend adapter that was processing the request.


readonly optional frontend: string

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

Frontend adapter that initiated the request.


readonly optional middleware: string

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

Middleware layer where error occurred (if applicable).


readonly optional router: string

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

Router that was handling the request (if applicable).