Exception: WorkSnaps::Error::TooManyRequests
- Inherits:
-
ClientError
- Object
- StandardError
- WorkSnaps::Error
- ClientError
- WorkSnaps::Error::TooManyRequests
- Defined in:
- lib/worksnaps/error/too_many_requests.rb
Overview
Raised when WorkSnaps returns the HTTP status code 429
Constant Summary collapse
- HTTP_STATUS_CODE =
429
Constants inherited from WorkSnaps::Error
Instance Attribute Summary
Attributes inherited from WorkSnaps::Error
Method Summary
Methods inherited from ClientError
Methods inherited from WorkSnaps::Error
#backtrace, descendants, errors, #initialize
Constructor Details
This class inherits a constructor from WorkSnaps::Error