Exception: EskomSePush::EskomSePushError::ServerError
- Inherits:
-
EskomSePush::EskomSePushError
- Object
- StandardError
- EskomSePush::EskomSePushError
- EskomSePush::EskomSePushError::ServerError
- 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
#message ⇒ Object
60 61 62 |
# File 'lib/eskomsepush/exception.rb', line 60 def "The SePush API returned a server error." end |