Class RateLimitedException

All Implemented Interfaces:
Serializable

public class RateLimitedException extends ApiException
Thrown when the request is rate limited (429).
See Also:
  • Constructor Details

    • RateLimitedException

      public RateLimitedException(String code, String message, String requestId, byte[] body, Duration retryAfter)