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."
name
name: string = "ConnectionDisconnected"
Optional originalError
originalError: undefined | object
solutions
solutions: string[] = ['Ensure the device running your application has access to a stable Internet connection.',]
Optional stack
stack: undefined | string
Any further information discovered and passed along at run-time.