@InterfaceStability.Experimental @InterfaceAudience.Private public class SubdocHelper extends Object
Helper class to the subdocument API.
Constructor and Description |
---|
SubdocHelper() |
Modifier and Type | Method and Description |
---|---|
static CouchbaseException |
commonSubdocErrors(ResponseStatus status,
String id,
String path)
Convert status that can happen in a subdocument context to corresponding exceptions.
|
public static CouchbaseException commonSubdocErrors(ResponseStatus status, String id, String path)
Convert status that can happen in a subdocument context to corresponding exceptions. Other status just become a CouchbaseException
.
Copyright © 2015 Couchbase, Inc.