Exception: Adyen::API::SimpleSOAPClient::ClientError
- Inherits:
-
StandardError
- Object
- StandardError
- Adyen::API::SimpleSOAPClient::ClientError
- Defined in:
- lib/adyen/api.rb
Instance Method Summary collapse
-
#initialize(response, action, endpoint) ⇒ ClientError
constructor
A new instance of ClientError.
- #message ⇒ Object
Constructor Details
#initialize(response, action, endpoint) ⇒ ClientError
Returns a new instance of ClientError.
48 49 50 |
# File 'lib/adyen/api.rb', line 48 def initialize(response, action, endpoint) @response, @action, @endpoint = response, action, endpoint end |
Instance Method Details
#message ⇒ Object
52 53 54 |
# File 'lib/adyen/api.rb', line 52 def "[#{@response.code} #{@response.}] A client error occurred while calling SOAP action `#{@action}' on endpoint `#{@endpoint}'." end |