Class RateLimitException

All Implemented Interfaces:
Serializable

public class RateLimitException extends InvalidRequestException
Error that occurs when no further requests are being accepted from the IP address on which the SDK is running. By default, Atlan allows 1800 requests per minute. If your use of the SDK exceed this, you will begin to see these exceptions.
See Also: