ConnectionClosedError
Thrown when an underlying database connection is closed. This is particularly relevant when worker connections are marked as closed while operations are still in progress.
Extends
Error
Constructors
new ConnectionClosedError()
new ConnectionClosedError(message): ConnectionClosedError
Parameters
| Parameter | Type |
|---|---|
message | string |
Returns
Overrides
Error.constructor
Properties
| Property | Modifier | Type |
|---|---|---|
NAME | static | string |
Methods
MATCHES()
static MATCHES(input): boolean
Parameters
| Parameter | Type |
|---|---|
input | any |
Returns
boolean