Timeout

data class Timeout(val attempts: Int, val elapsedMs: Long) : PollingOutcome<Nothing>

Overall timeout reached.

Constructors

Link copied to clipboard
constructor(attempts: Int, elapsedMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard