import { BulkheadRejectedError } from "https://deno.land/x/cockatiel@v3.0.0-beta.0/src/errors/BulkheadRejectedError.ts";
Module
x/cockatiel/src/errors/BulkheadRejectedError.ts>BulkheadRejectedError
A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Polly.