Framework
ConnectionError
Class: ConnectionError
Thrown when connection to the storage backend fails after retries are exhausted.
Extends
Constructors
new ConnectionError()
new ConnectionError(message, options?): ConnectionErrorParameters
| Parameter | Type |
|---|---|
message | string |
options? | { cause: Error; retriesAttempted: number; } |
options.cause? | Error |
options.retriesAttempted? | number |
Returns
Overrides
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
code | readonly | string | FlashcoreError.code |
retriesAttempted? | readonly | number | - |
