Exception: Couchbase::Error::NumberTooBig

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

Overview

Subdocument exception thrown when existing number value in document is too big.

The value is interpreted as 64 bit on the server side.

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