Exception: Libcouchbase::Error::HttpResponseError

Inherits:
Libcouchbase::Error show all
Defined in:
lib/libcouchbase/error.rb

Constant Summary

Constants inherited from Libcouchbase::Error

Ignore, Lookup, Map

Instance Attribute Summary collapse

Method Summary

Methods inherited from Libcouchbase::Error

camelize, lookup

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



9
10
11
# File 'lib/libcouchbase/error.rb', line 9

def body
  @body
end

#codeObject

Returns the value of attribute code.



9
10
11
# File 'lib/libcouchbase/error.rb', line 9

def code
  @code
end

#headersObject

Returns the value of attribute headers.



9
10
11
# File 'lib/libcouchbase/error.rb', line 9

def headers
  @headers
end