class Couchbase::Error::Base
Attributes
cas[RW]
error[RW]
inner_exception[RW]
key[RW]
operation[RW]
status[RW]
Public Instance Methods
to_s()
click to toggle source
Calls superclass method
# File lib/couchbase/error.rb, line 23 def to_s if inner_exception inner_exception.to_s else super end end