Class EquinixRateLimitException

java.lang.Object
All Implemented Interfaces:
Serializable

public class EquinixRateLimitException extends EquinixServiceException
Thrown when the Equinix API returns HTTP 429 Too Many Requests. This indicates the client has exceeded the API rate limit. Implement exponential backoff and retry logic when catching this exception.
Version:
$Id: $Id
Author:
ianjones
See Also: