Skip to main content

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

PropertyModifierTypeDescription
errorreadonlyErrorThe error that occurred.
livelinkreadonlyLivelink | nullThe 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).