Exception: Couchbase::Error::DurabilityAmbiguous

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

Overview

The synchronous replication durability work can return an ambiguous error (or we timeout waiting for the response, which is effectively the same). Here we know the change is on a majority of replicas, or it’s on none.

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