Exception: PowerTrack::RateLimitedError
- Inherits:
-
PredefinedStatusPowerTrackError
- Object
- StandardError
- BasePowerTrackError
- WithStatusPowerTrackError
- PredefinedStatusPowerTrackError
- PowerTrack::RateLimitedError
- Defined in:
- lib/powertrack/errors.rb
Overview
Your app has exceeded the limit on connection requests.
Instance Attribute Summary
Attributes inherited from BasePowerTrackError
Instance Method Summary collapse
-
#initialize(message, body) ⇒ RateLimitedError
constructor
A new instance of RateLimitedError.
Methods inherited from WithStatusPowerTrackError
Constructor Details
#initialize(message, body) ⇒ RateLimitedError
Returns a new instance of RateLimitedError.
106 107 108 |
# File 'lib/powertrack/errors.rb', line 106 def initialize(, body) super(429, , body) end |