Options
Menu

Class ConnectionError

Hierarchy

Index

Constructors

constructor

Properties

causes

causes: string[] = []

code

code: number = 53000

description

description: string = "Signaling connection error"

explanation

explanation: string = "Raised whenever a signaling connection error occurs that is not covered by a more specific error code."

message

message: string

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

name

name: string = "ConnectionError"

Optional originalError

originalError: undefined | object

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

solutions

solutions: string[] = []

Optional stack

stack: undefined | string

Generated using TypeDoc