Exception: GroqRuby::RateLimitError

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

Overview

HTTP 429 — too many requests; back off and retry.

Instance Attribute Summary

Attributes inherited from APIStatusError

#body, #headers, #status

Attributes inherited from APIError

#request

Method Summary

Methods inherited from APIStatusError

#initialize

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from GroqRuby::APIStatusError