Skip to content

ErrorProvenance

Defined in: packages/ai.matey.types/dist/types/errors.d.ts:73

Context about where an error occurred in the adapter chain.

readonly optional backend: string

Defined in: packages/ai.matey.types/dist/types/errors.d.ts:81

Backend adapter that was processing the request.


readonly optional frontend: string

Defined in: packages/ai.matey.types/dist/types/errors.d.ts:77

Frontend adapter that initiated the request.


readonly optional middleware: string

Defined in: packages/ai.matey.types/dist/types/errors.d.ts:85

Middleware layer where error occurred (if applicable).


readonly optional router: string

Defined in: packages/ai.matey.types/dist/types/errors.d.ts:89

Router that was handling the request (if applicable).