Too Many Requests Exception
class TooManyRequestsException(message: String? = null, cause: Throwable? = null, code: Int? = null, body: String? = null) : NetworkException
Exception thrown when the server returns a 429 Too Many Requests status code. This indicates that the client has sent too many requests in a given amount of time.