Framework
FeatureNotSupportedError
Class: FeatureNotSupportedError
Thrown when a feature is not supported by the current adapter configuration.
Extends
Constructors
new FeatureNotSupportedError()
new FeatureNotSupportedError(message, options?): FeatureNotSupportedErrorParameters
| Parameter | Type |
|---|---|
message | string |
options? | { cause: Error; feature: string; requiredCapability: string; } |
options.cause? | Error |
options.feature? | string |
options.requiredCapability? | string |
Returns
Overrides
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
code | readonly | string | FlashcoreError.code |
feature | readonly | string | - |
requiredCapability? | readonly | string | - |
