method CircuitBreaker.prototype.getFailureCount
CircuitBreaker.prototype.getFailureCount(): number

Gets the current failure count

Return Type

number

Usage

import { CircuitBreaker } from ".";