Exception: EskomSePush::EskomSePushError::AuthenticationError

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

#messageObject



35
36
37
# File 'lib/eskomsepush/exception.rb', line 35

def message
  "Authentication Error, check your credentials."
end