Arrow
Toggle table of contents
2.1.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience-ktor-client
/
arrow.resilience.ktor.client
/
RetryEventData
/
Failure
Failure
data
class
Failure
(
val
request
:
HttpRequestBuilder
,
val
retryCount
:
Int
,
val
exception
:
Throwable
)
:
RetryEventData
Members
Constructors
Failure
Link copied to clipboard
constructor
(
request
:
HttpRequestBuilder
,
retryCount
:
Int
,
exception
:
Throwable
)
Properties
exception
Link copied to clipboard
val
exception
:
Throwable
request
Link copied to clipboard
open
override
val
request
:
HttpRequestBuilder
retry
Count
Link copied to clipboard
open
override
val
retryCount
:
Int
Functions
exception
Or
Null
Link copied to clipboard
open
fun
exceptionOrNull
(
)
:
Throwable
?
response
Or
Null
Link copied to clipboard
open
fun
responseOrNull
(
)
:
HttpResponse
?