LogoRobo.js
Framework

FeatureNotSupportedError

Class: FeatureNotSupportedError

Thrown when a feature is not supported by the current adapter configuration.

Extends

Constructors

new FeatureNotSupportedError()

new FeatureNotSupportedError(message, options?): FeatureNotSupportedError

Parameters

ParameterType
messagestring
options?{ cause: Error; feature: string; requiredCapability: string; }
options.cause?Error
options.feature?string
options.requiredCapability?string

Returns

FeatureNotSupportedError

Overrides

FlashcoreError.constructor

Properties

PropertyModifierTypeInherited from
codereadonlystringFlashcoreError.code
featurereadonlystring-
requiredCapability?readonlystring-

On this page