Exception: MTLibcouchbase::Error::HttpResponseError
- Inherits:
-
MTLibcouchbase::Error
- Object
- StandardError
- MTLibcouchbase::Error
- MTLibcouchbase::Error::HttpResponseError
- Defined in:
- lib/mt-libcouchbase/error.rb
Constant Summary
Constants inherited from MTLibcouchbase::Error
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#headers ⇒ Object
Returns the value of attribute headers.
Method Summary
Methods inherited from MTLibcouchbase::Error
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
9 10 11 |
# File 'lib/mt-libcouchbase/error.rb', line 9 def body @body end |
#code ⇒ Object
Returns the value of attribute code.
9 10 11 |
# File 'lib/mt-libcouchbase/error.rb', line 9 def code @code end |
#headers ⇒ Object
Returns the value of attribute headers.
9 10 11 |
# File 'lib/mt-libcouchbase/error.rb', line 9 def headers @headers end |