Exception: Couchbase::Error::ValueInvalid

Inherits:
CouchbaseError show all
Defined in:
lib/couchbase/errors.rb,
ext/couchbase.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

#context

Method Summary

Methods inherited from CouchbaseError

#initialize, #to_s

Constructor Details

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