Exception: EskomSePush::EskomSePushError::AuthenticationError
- Inherits:
-
EskomSePush::EskomSePushError
- Object
- StandardError
- EskomSePush::EskomSePushError
- EskomSePush::EskomSePushError::AuthenticationError
- Defined in:
- lib/eskomsepush/exception.rb
Overview
Error class that will be raised when the API returns a 403 Implying that the request you sent was not authenticated. Check your API token. And ensure it is valid during initialization.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
35 36 37 |
# File 'lib/eskomsepush/exception.rb', line 35 def "Authentication Error, check your credentials." end |