Exception: Worldline::Connect::SDK::V1::ReferenceException

Inherits:
ApiException
  • Object
show all
Defined in:
lib/worldline/connect/sdk/v1/reference_exception.rb

Overview

This error is raised when the request refers to a resource or object that is not found by the Worldline Global Collect platform. The object referred to may not exist or it could have been removed recently.

Instance Attribute Summary

Attributes inherited from ApiException

#error_id, #errors, #response_body, #status_code

Instance Method Summary collapse

Methods inherited from ApiException

#to_s

Constructor Details

#initialize(status_code, response_body, error_id, errors, message = 'the Worldline Global Collect platform returned a reference error response') ⇒ ReferenceException

Create a new ReferenceException.



17
18
19
20
# File 'lib/worldline/connect/sdk/v1/reference_exception.rb', line 17

def initialize(status_code, response_body, error_id, errors,
               message='the Worldline Global Collect platform returned a reference error response')
  super(status_code, response_body, error_id, errors, message)
end