Method: Couchbase::Error::CouchbaseError#context

Defined in:
lib/couchbase/errors.rb

#contextHash?

Returns attributes associated with the error.

Returns:

  • (Hash, nil)

    attributes associated with the error



24
25
26
# File 'lib/couchbase/errors.rb', line 24

def context
  @context
end