MiddlewareErrorOptions
Defined in: packages/ai.matey.types/src/errors.ts:415
Middleware error constructor options.
Properties
Section titled “Properties”cause?
Section titled “cause?”
readonlyoptionalcause:Error
Defined in: packages/ai.matey.types/src/errors.ts:419
irState?
Section titled “irState?”
readonlyoptionalirState:object
Defined in: packages/ai.matey.types/src/errors.ts:420
request?
Section titled “request?”
readonlyoptionalrequest:Partial<IRChatRequest>
response?
Section titled “response?”
readonlyoptionalresponse:Partial<IRChatResponse>
message
Section titled “message”
readonlymessage:string
Defined in: packages/ai.matey.types/src/errors.ts:416
middlewareName?
Section titled “middlewareName?”
readonlyoptionalmiddlewareName:string
Defined in: packages/ai.matey.types/src/errors.ts:417
provenance?
Section titled “provenance?”
readonlyoptionalprovenance:ErrorProvenance
Defined in: packages/ai.matey.types/src/errors.ts:418