Options
Menu

Emitted when a ConvergenceDomain's (re)connection attempt fails.

Hierarchy

  • ConnectionFailedEvent

Implements

Index

Properties

authMethod

code

code: string

domain

The domain on which this event occurred.

message

message: string

A message providing additional details on why the connection failed.

name

name: string = ConnectionFailedEvent.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: "connection_failed" = "connection_failed"