Options
Menu

Class ErrorEvent

Emitted when a ConvergenceDomain encounters an unexpected error.

Hierarchy

  • ErrorEvent

Implements

Index

Properties

cause

cause: Error

A message describing the error.

domain

The domain on which this event occurred.

message

message: string

A message describing the error.

name

name: string = ErrorEvent.NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

NAME

NAME: "error" = "error"