BaseErrorOptions
Defined in: packages/ai.matey.types/src/errors.ts:261
Base error constructor options.
Properties
Section titled “Properties”cause?
Section titled “cause?”
readonlyoptionalcause:Error
Defined in: packages/ai.matey.types/src/errors.ts:266
readonlycode:ErrorCode
Defined in: packages/ai.matey.types/src/errors.ts:262
details?
Section titled “details?”
readonlyoptionaldetails:Record<string,unknown>
Defined in: packages/ai.matey.types/src/errors.ts:271
irState?
Section titled “irState?”
readonlyoptionalirState:object
Defined in: packages/ai.matey.types/src/errors.ts:267
request?
Section titled “request?”
readonlyoptionalrequest:Partial<IRChatRequest>
response?
Section titled “response?”
readonlyoptionalresponse:Partial<IRChatResponse>
isRetryable?
Section titled “isRetryable?”
readonlyoptionalisRetryable:boolean
Defined in: packages/ai.matey.types/src/errors.ts:264
message
Section titled “message”
readonlymessage:string
Defined in: packages/ai.matey.types/src/errors.ts:263
provenance?
Section titled “provenance?”
readonlyoptionalprovenance:ErrorProvenance
Defined in: packages/ai.matey.types/src/errors.ts:265