Skip to main content
zerotal

Documentation


Documentation / @zerotal/queue / index / QueueShuttingDownError

Class: QueueShuttingDownError

Defined in: queue/src/errors.ts:22

Thrown when dispatching while the manager is shutting down.

Extends

Constructors

Constructor

new QueueShuttingDownError(className): QueueShuttingDownError

Defined in: queue/src/errors.ts:23

Parameters

className

string

Returns

QueueShuttingDownError

Overrides

QueueError.constructor

Properties

code

readonly code: string

Defined in: core/src/errors/ZerotalError.ts:18

Inherited from

QueueError.code


status

readonly status: number = 500

Defined in: core/src/errors/ZerotalError.ts:19

Inherited from

QueueError.status


context?

readonly optional context?: Record<string, unknown>

Defined in: core/src/errors/ZerotalError.ts:20

Inherited from

QueueError.context