Exception: Couchbase::Error::ValueInvalid
- Inherits:
-
CouchbaseError
- Object
- StandardError
- CouchbaseError
- Couchbase::Error::ValueInvalid
- Defined in:
- lib/couchbase/errors.rb,
ext/rcb_exceptions.cxx
Overview
Subdocument exception thrown when the provided value cannot be inserted at the given path.
It is actually thrown when the delta in an counter operation is valid, but applying that delta would result in an out-of-range number (server interprets numbers as 64-bit integers).
Instance Attribute Summary
Attributes inherited from CouchbaseError
Method Summary
Methods inherited from CouchbaseError
Constructor Details
This class inherits a constructor from Couchbase::Error::CouchbaseError