Exception: EskomSePush::EskomSePushError::RateLimitError
- Inherits:
-
EskomSePush::EskomSePushError
- Object
- StandardError
- EskomSePush::EskomSePushError
- EskomSePush::EskomSePushError::RateLimitError
- Defined in:
- lib/eskomsepush/exception.rb
Overview
Error class that will be raised when the API returns a 429 Implying that you have been rate limited, or you have exceeded your API quota/allowance
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
18 19 20 |
# File 'lib/eskomsepush/exception.rb', line 18 def "You have exceeded your API quota/allowance." end |