Exception: OrbipayPaymentsapiClient::OrbipayApiError
- Inherits:
-
StandardError
- Object
- StandardError
- OrbipayPaymentsapiClient::OrbipayApiError
- Defined in:
- lib/orbipay_paymentsapi_client/orbipay_api_error.rb
Instance Attribute Summary collapse
-
#error_response ⇒ Object
readonly
Returns the value of attribute error_response.
-
#http_status_code ⇒ Object
readonly
Returns the value of attribute http_status_code.
-
#invocation_context ⇒ Object
readonly
Returns the value of attribute invocation_context.
-
#is_timed_out ⇒ Object
readonly
Returns the value of attribute is_timed_out.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#error_response ⇒ Object (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_code ⇒ Object (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_context ⇒ Object (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_out ⇒ Object (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 |
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/orbipay_paymentsapi_client/orbipay_api_error.rb', line 4 def @message end |