Exception: EskomSePush::EskomSePushError::BadRequestError
- Inherits:
-
EskomSePush::EskomSePushError
- Object
- StandardError
- EskomSePush::EskomSePushError
- EskomSePush::EskomSePushError::BadRequestError
- Defined in:
- lib/eskomsepush/exception.rb
Overview
Error class that will be raised when the API returns a 400 Implying that the request you sent was invalid
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
26 27 28 |
# File 'lib/eskomsepush/exception.rb', line 26 def "The request you sent was invalid." end |