Exception: OpenAI::Errors::RateLimitError

Inherits:
APIStatusError show all
Defined in:
lib/openai/errors.rb

Constant Summary collapse

HTTP_STATUS =
429

Instance Attribute Summary

Attributes inherited from APIStatusError

#code, #param, #status, #type

Attributes inherited from APIError

#body, #code, #param, #status, #type, #url

Method Summary

Methods inherited from APIStatusError

for, #initialize

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from OpenAI::Errors::APIStatusError