meshcore.js
ReferenceClasses

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

MeshcoreError.constructor

Properties

code

readonly code: string;

Defined in: packages/transports/src/errors.ts:3

Inherited from

MeshcoreError.code

On this page