Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience
/
arrow.resilience
/
CircuitBreaker
/
ExecutionRejected
Execution
Rejected
class
ExecutionRejected
(
val
reason
:
String
,
val
state
:
CircuitBreaker.State
)
:
Throwable
Members
Constructors
Execution
Rejected
Link copied to clipboard
constructor
(
reason
:
String
,
state
:
CircuitBreaker.State
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
reason
Link copied to clipboard
val
reason
:
String
state
Link copied to clipboard
val
state
:
CircuitBreaker.State