class BulkheadFullError extends Error Since 0.1.0 Thrown when a bulkhead is at maximum concurrency and its queue is full, so the call is shed (fail-fast load shedding) rather than executed or queued. Constructors BulkheadFullError(message?: string)