类 RateLimitException

所有已实现的接口:
Serializable

public class RateLimitException extends OpenAIException
Exception thrown when rate limits are exceeded (HTTP 429).

This exception is thrown when you've exceeded your assigned rate limits. Consider implementing exponential backoff retry logic.

Common causes:

  • Too many requests per minute
  • Token quota exceeded
  • Concurrent request limit reached
另请参阅:
  • 构造器详细资料

    • RateLimitException

      public RateLimitException(String message, String errorCode, String responseBody)