Exception: VCAP::Services::Api::ServiceGatewayClient::GatewayInternalResponse

Inherits:
ErrorResponse
  • Object
show all
Defined in:
lib/services/api/clients/service_gateway_client.rb

Instance Attribute Summary

Attributes inherited from ErrorResponse

#error, #status

Instance Method Summary collapse

Methods inherited from ErrorResponse

#to_h, #to_s

Constructor Details

#initialize(error) ⇒ GatewayInternalResponse

Returns a new instance of GatewayInternalResponse.



57
58
59
# File 'lib/services/api/clients/service_gateway_client.rb', line 57

def initialize(error)
  super(503, error)
end