Exception: Arcp::Errors::RateLimited
- Inherits:
-
Arcp::Error
- Object
- StandardError
- Arcp::Error
- Arcp::Errors::RateLimited
- Defined in:
- lib/arcp/errors.rb
Constant Summary collapse
- CODE =
'RATE_LIMITED'
Instance Attribute Summary
Attributes inherited from Arcp::Error
Instance Method Summary collapse
Methods inherited from Arcp::Error
#code, default_message, #initialize, #to_payload
Constructor Details
This class inherits a constructor from Arcp::Error
Instance Method Details
#retryable? ⇒ Boolean
59 |
# File 'lib/arcp/errors.rb', line 59 def retryable? = true |