Exception: Couchbase::Error::PathMismatch
- Inherits:
-
CouchbaseError
- Object
- StandardError
- CouchbaseError
- Couchbase::Error::PathMismatch
- Defined in:
- lib/couchbase/errors.rb,
ext/rcb_exceptions.cxx
Overview
Subdocument exception thrown when the path structure conflicts with the document structure (for example, if a path mentions foo.bar.baz, but foo.bar is actually a JSON object).
Instance Attribute Summary
Attributes inherited from CouchbaseError
Method Summary
Methods inherited from CouchbaseError
Constructor Details
This class inherits a constructor from Couchbase::Error::CouchbaseError