Skip to main content
Module

x/cockatiel/src/errors/BrokenCircuitError.ts

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.
Go to Latest
import * as cockatiel from "https://deno.land/x/cockatiel@v3.0.0-beta.1/src/errors/BrokenCircuitError.ts";

Classes

Exception thrown from CircuitBreakerPolicy.execute when the circuit breaker is open.