Exception: Tenable::RateLimitError
- Defined in:
- lib/tenable/error.rb
Overview
Raised when the API rate limit is exceeded and retries are exhausted (HTTP 429).
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(msg = 'Rate limit exceeded. Retries exhausted.', **kwargs) ⇒ RateLimitError
constructor
A new instance of RateLimitError.
Constructor Details
#initialize(msg = 'Rate limit exceeded. Retries exhausted.', **kwargs) ⇒ RateLimitError
Returns a new instance of RateLimitError.
38 39 40 |
# File 'lib/tenable/error.rb', line 38 def initialize(msg = 'Rate limit exceeded. Retries exhausted.', **kwargs) super end |