Skip to content

Documentation / @agentick/shared / EngineErrorEvent

Type Alias: EngineErrorEvent ​

EngineErrorEvent = object & StreamEventBase

Defined in: streaming.ts:649

Engine error event

Type Declaration ​

error ​

error: object

error.code? ​

optional code: string

error.message ​

message: string

type ​

type: "engine_error"

Released under the ISC License.