Exception: Couchbase::Error::PathMismatch

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

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

#context

Method Summary

Methods inherited from CouchbaseError

#initialize, #to_s

Constructor Details

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