Exception: EskomSePush::EskomSePushError::ServerError

Inherits:
EskomSePush::EskomSePushError show all
Defined in:
lib/eskomsepush/exception.rb

Overview

Error class that will be raised when the API returns a 5xx error Implying that the API returned a server error and you should try again later.

Instance Method Summary collapse

Instance Method Details

#messageObject



60
61
62
# File 'lib/eskomsepush/exception.rb', line 60

def message
  "The SePush API returned a server error."
end