Exception: Couchbase::Error::DocumentLocked

Inherits:
CouchbaseError
  • Object
show all
Defined in:
lib/couchbase/errors.rb

Overview

Thrown when the server reports a temporary failure that is very likely to be lock-related (like an already locked key or a bad cas used for unlock).

See issues.couchbase.com/browse/MB-13087 for an explanation of why this is only likely to be lock-related.

Instance Attribute Summary

Attributes inherited from CouchbaseError

#context

Method Summary

Methods inherited from CouchbaseError

#initialize, #to_s

Constructor Details

This class inherits a constructor from Couchbase::Error::CouchbaseError