LogoRobo.js
Framework

ConnectionError

Class: ConnectionError

Thrown when connection to the storage backend fails after retries are exhausted.

Extends

Constructors

new ConnectionError()

new ConnectionError(message, options?): ConnectionError

Parameters

ParameterType
messagestring
options?{ cause: Error; retriesAttempted: number; }
options.cause?Error
options.retriesAttempted?number

Returns

ConnectionError

Overrides

FlashcoreError.constructor

Properties

PropertyModifierTypeInherited from
codereadonlystringFlashcoreError.code
retriesAttempted?readonlynumber-

On this page