Exception: Tenable::RateLimitError

Inherits:
ApiError show all
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

#body, #status_code

Instance Method Summary collapse

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