Package com.couchbase.client.core.msg.kv
Class SubdocUtil
java.lang.Object
com.couchbase.client.core.msg.kv.SubdocUtil
In sub-doc the lookupIn and mutateIn paths are very similar on the server, so DRY
shared logic between them.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CouchbaseException
handleNonFieldLevelErrors
(BaseKeyValueRequest<?> request, short status, MemcacheProtocol.FlexibleExtras flexibleExtras, String serverError) These are errors that will result in the mutateIn or lookupIn call failing with an exception.
-
Constructor Details
-
SubdocUtil
public SubdocUtil()
-
-
Method Details
-
handleNonFieldLevelErrors
public static CouchbaseException handleNonFieldLevelErrors(BaseKeyValueRequest<?> request, short status, @Nullable MemcacheProtocol.FlexibleExtras flexibleExtras, @Nullable String serverError) These are errors that will result in the mutateIn or lookupIn call failing with an exception.
-