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.
One recorded retry decision: the inputs and the delayMillis the delegate returned.