Class: AgentErrorEvent
Defined in: livelink.clients/livelink.agent/sources/AgentEvents.ts:116
Event emitted when an error occurs in the agent.
Dispatched by Agent as on-error.
Extends
Event
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
error | readonly | Error | The error that occurred. |
livelink | readonly | Livelink | null | The livelink of the session tied to the error, or null if the error is not tied to an established session (e.g. a failed join or a failed session list poll). |