ConstReadonlyNONE: "NONE"This field indicates that circuite breaker will stay in half open state and not transition.
ReadonlyTO_CLOSED: "TO_CLOSED"This field indicates that circuit breaker will transition from half openb to closed state.
ReadonlyTO_OPEN: "TO_OPEN"This field indicates that circuit breaker will transition from half open to open state.
The constant represents all available state transition when in half open state
IMPORT_PATH:
"@daiso-tech/core/circuit-breaker/contracts"