Skip to content

Documentation / @agentick/shared / StreamErrorEvent

Type Alias: StreamErrorEvent

StreamErrorEvent = object & StreamEventBase

Defined in: streaming.ts:323

Error event

Type Declaration

error

error: object

error.code?

optional code: string

error.message

message: string

type

type: "error"

Released under the ISC License.