RetryContext

data class RetryContext(val currentRetryCount: Int, val httpRequestType: HttpRequestType, val httpRequest: HttpRequest, val exception: IOException)

Constructors

Link copied to clipboard
constructor(currentRetryCount: Int, httpRequestType: HttpRequestType, httpRequest: HttpRequest, exception: IOException)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard