Options
Menu

Class ConnectionDisconnected

Hierarchy

Index

Constructors

constructor

Properties

causes

causes: string[] = ['The device running your application lost its Internet connection.',]

code

code: number = 53001

description

description: string = "Signaling connection disconnected"

explanation

explanation: string = "Raised whenever the signaling connection is unexpectedly disconnected."

message

message: string

Any further information discovered and passed along at run-time.

name

name: string = "ConnectionDisconnected"

Optional originalError

originalError: undefined | object

The original error object received from the external system, if any.

solutions

solutions: string[] = ['Ensure the device running your application has access to a stable Internet connection.',]

Optional stack

stack: undefined | string

Generated using TypeDoc