LogoRobo.js
Framework

AdapterError

Class: AdapterError

Thrown when an adapter operation fails.

Extends

Constructors

new AdapterError()

new AdapterError(message, options?): AdapterError

Parameters

ParameterType
messagestring
options?{ cause: Error; key: string; operation: string; }
options.cause?Error
options.key?string
options.operation?string

Returns

AdapterError

Overrides

FlashcoreError.constructor

Properties

PropertyModifierTypeInherited from
codereadonlystringFlashcoreError.code
key?readonlystring-
operationreadonlystring-

On this page