ErrorProvenance
Defined in: packages/ai.matey.types/dist/types/errors.d.ts:73
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/dist/types/errors.d.ts:81
Backend adapter that was processing the request.
frontend?
Section titled “frontend?”
readonlyoptionalfrontend:string
Defined in: packages/ai.matey.types/dist/types/errors.d.ts:77
Frontend adapter that initiated the request.
middleware?
Section titled “middleware?”
readonlyoptionalmiddleware:string
Defined in: packages/ai.matey.types/dist/types/errors.d.ts:85
Middleware layer where error occurred (if applicable).
router?
Section titled “router?”
readonlyoptionalrouter:string
Defined in: packages/ai.matey.types/dist/types/errors.d.ts:89
Router that was handling the request (if applicable).