Framework
AdapterError
Class: AdapterError
Thrown when an adapter operation fails.
Extends
Constructors
new AdapterError()
new AdapterError(message, options?): AdapterErrorParameters
| Parameter | Type |
|---|---|
message | string |
options? | { cause: Error; key: string; operation: string; } |
options.cause? | Error |
options.key? | string |
options.operation? | string |
Returns
Overrides
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
code | readonly | string | FlashcoreError.code |
key? | readonly | string | - |
operation | readonly | string | - |
