Exception: EskomSePush::EskomSePushError::BadRequestError

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

#messageObject



26
27
28
# File 'lib/eskomsepush/exception.rb', line 26

def message
  "The request you sent was invalid."
end