Exception: Couchbase::Error::Base

Inherits:
RuntimeError
  • Object
show all
Defined in:
ext/couchbase_ext/couchbase_ext.c,
ext/couchbase_ext/couchbase_ext.c

Overview

The base error class

Instance Attribute Summary collapse

Instance Attribute Details

#casFixnum (readonly)

Returns the version of the key (nil unless accessible).

Returns:

  • (Fixnum)

    the version of the key (nil unless accessible)

#errorBoolean (readonly)

Returns the error code from libcouchbase.

Returns:

  • (Boolean)

    the error code from libcouchbase

#keyString (readonly)

Returns the key which generated error.

Returns:

  • (String)

    the key which generated error

#operationSymbol (readonly)

Returns the operation (nil unless accessible).

Returns:

  • (Symbol)

    the operation (nil unless accessible)