ReferenceMain entryClasses
ConnectionError
Defined in: packages/transports/src/errors.ts:13
The transport could not connect, or the connection was lost (code: 'CONNECTION_FAILED').
Extends
Constructors
Constructor
new ConnectionError(message, options?): ConnectionError;Defined in: packages/transports/src/errors.ts:14
Parameters
message
string
options?
ErrorOptions
Returns
ConnectionError
Overrides
Properties
code
readonly code: string;Defined in: packages/transports/src/errors.ts:3