Package com.couchbase.client.core.error.subdoc
package com.couchbase.client.core.error.subdoc
-
ClassDescriptionSubdocument exception thrown when the delta in an arithmetic operation (eg counter) is invalid.Sub-Document exception thrown when ReviveDocument has been used with a document that already existsSubdocument exception thrown when the targeted enclosing document itself is not JSON.Subdocument exception thrown when document is too deep to parse.Subdocument exception thrown when existing number value in document is too big.Subdocument exception thrown when a path already exists and it shouldn'tSubdocument exception thrown when path has a syntax error, or path syntax is incorrect for the operation (for example, if operation requires an array index).Subdocument exception thrown when the path structure conflicts with the document structure (for example, if a path mentions foo.bar[0].baz, but foo.bar is actually a JSON object).Subdocument exception thrown when a path does not exist in the document.Subdocument exception thrown when path is too deep to parse.Subdocument exception thrown when the provided value cannot be inserted at the given path.Subdocument exception thrown when proposed value would make the document too deep to parse.Subdocument exception thrown when the virtual attribute cannot be modified.Deprecated.Subdocument exception thrown when more than one xattr key has been requested.Deprecated.Subdocument exception thrown when an extended attribute cannot be accessed.Subdocument exception thrown when a macro has been requested which is not recognised by the server.Subdocument exception thrown when a virtual attribute has been requested which is not recognised by the server.