Decision

data class Decision(val attempt: Int, val method: HttpMethod, val error: NetworkError, val delayMillis: Long?)

One recorded retry decision: the inputs and the delayMillis the delegate returned.

Constructors

Link copied to clipboard
constructor(attempt: Int, method: HttpMethod, error: NetworkError, delayMillis: Long?)

Properties

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