Class RateLimitException

All Implemented Interfaces:
Serializable

public class RateLimitException extends InvalidRequestException
Thrown when the user has sent too many requests in a given amount of time ("rate limiting").
See Also:
  • Constructor Details

    • RateLimitException

      public RateLimitException(ErrorResponse error)