RetryAfterError

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

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