Too Much Requests Exception
class TooMuchRequestsException(val retryAfter: RetryAfterError, val response: Response, val plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Constructors
Link copied to clipboard
fun TooMuchRequestsException(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?)