Exhausted

data class Exhausted(val last: PollingResult<*>?, val attempts: Int, val elapsedMs: Long) : PollingOutcome<Nothing>

Attempts exhausted or retry predicate returned false on last error.

Constructors

Link copied to clipboard
constructor(last: PollingResult<*>?, attempts: Int, elapsedMs: Long)

Properties

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