Method: CloudFS::RestAdapter::Errors::ClientError#response

Defined in:
lib/cloudfs/client/error.rb

#response{ :content => "HTTPClient Error", :content_type => "application/text", :code => -1 } (readonly)

Is not informative, see backtrace for more info

Returns:

  • ({ :content => "HTTPClient Error", :content_type => "application/text", :code => -1 })

    response



156
157
158
# File 'lib/cloudfs/client/error.rb', line 156

def response
  @response
end