data class RetryAfterError : RequestError
(source)
(common)
<init> |
RetryAfterError(seconds: Long, startCountingMillis: Long) |
(common)
canContinue |
val canContinue: Long |
(common)
leftToRetry |
val leftToRetry: Long |
(common)
seconds |
val seconds: Long |
(common)
startCountingMillis |
val startCountingMillis: Long |