RetryAfterError

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

Properties

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