Skip to main content

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

ParameterType
messagestring

Returns

ConnectionClosedError

Overrides

Error.constructor

Properties

PropertyModifierType
NAMEstaticstring

Methods

MATCHES()

static MATCHES(input): boolean

Parameters

ParameterType
inputany

Returns

boolean