TooMuchRequestsException

class TooMuchRequestsException(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException

Properties

cause
Link copied to clipboard
common
open override val cause: Throwable? = null
message
Link copied to clipboard
common
open val message: String?
plainAnswer
Link copied to clipboard
common
val plainAnswer: String
response
Link copied to clipboard
common
val response: Response
retryAfter
Link copied to clipboard
common
val retryAfter: RetryAfterError