Exception: EskomSePush::EskomSePushError::RateLimitError

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

#messageObject



18
19
20
# File 'lib/eskomsepush/exception.rb', line 18

def message
  "You have exceeded your API quota/allowance."
end