Exception: OrbipayPaymentsapiClient::OrbipayApiError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/orbipay_paymentsapi_client/orbipay_api_error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_responseObject (readonly)

Returns the value of attribute error_response.



4
5
6
# File 'lib/orbipay_paymentsapi_client/orbipay_api_error.rb', line 4

def error_response
  @error_response
end

#http_status_codeObject (readonly)

Returns the value of attribute http_status_code.



4
5
6
# File 'lib/orbipay_paymentsapi_client/orbipay_api_error.rb', line 4

def http_status_code
  @http_status_code
end

#invocation_contextObject (readonly)

Returns the value of attribute invocation_context.



4
5
6
# File 'lib/orbipay_paymentsapi_client/orbipay_api_error.rb', line 4

def invocation_context
  @invocation_context
end

#is_timed_outObject (readonly)

Returns the value of attribute is_timed_out.



4
5
6
# File 'lib/orbipay_paymentsapi_client/orbipay_api_error.rb', line 4

def is_timed_out
  @is_timed_out
end

#messageObject (readonly)

Returns the value of attribute message.



4
5
6
# File 'lib/orbipay_paymentsapi_client/orbipay_api_error.rb', line 4

def message
  @message
end