RetryAfterError

data class RetryAfterError(val seconds: Seconds, val startCountingMillis: Long) : RequestError

Constructors

Link copied to clipboard
fun RetryAfterError(seconds: Seconds, startCountingMillis: Long)

Properties

Link copied to clipboard
val canContinue: Long
Link copied to clipboard
val leftToRetry: Long
Link copied to clipboard
val seconds: Seconds
Link copied to clipboard
val startCountingMillis: Long