Exception: Couchbase::Error::ValueInvalid
- Inherits:
-
CouchbaseError
- Object
- StandardError
- CouchbaseError
- Couchbase::Error::ValueInvalid
- Defined in:
- lib/couchbase/errors.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/errors.rb more...
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).