chatkit-node-backend-sdk / ErrorEvent
Interface: ErrorEvent
Defined in: src/types/events.ts:182
Event indicating an error occurred while processing a thread.
Properties
type
type:
"error"
Defined in: src/types/events.ts:183
code?
optionalcode:string
Defined in: src/types/events.ts:184
message?
optionalmessage:null|string
Defined in: src/types/events.ts:185
allow_retry
allow_retry:
boolean
Defined in: src/types/events.ts:186