ErrorProvenance
Defined in: packages/ai.matey.types/src/errors.ts:147
Context about where an error occurred in the adapter chain.
Properties
Section titled “Properties”backend?
Section titled “backend?”
readonlyoptionalbackend:string
Defined in: packages/ai.matey.types/src/errors.ts:156
Backend adapter that was processing the request.
frontend?
Section titled “frontend?”
readonlyoptionalfrontend:string
Defined in: packages/ai.matey.types/src/errors.ts:151
Frontend adapter that initiated the request.
middleware?
Section titled “middleware?”
readonlyoptionalmiddleware:string
Defined in: packages/ai.matey.types/src/errors.ts:161
Middleware layer where error occurred (if applicable).
router?
Section titled “router?”
readonlyoptionalrouter:string
Defined in: packages/ai.matey.types/src/errors.ts:166
Router that was handling the request (if applicable).