Uses of Enum
com.couchbase.client.core.msg.kv.SubDocumentOpResponseStatus
Package
Description
-
Uses of SubDocumentOpResponseStatus in com.couchbase.client.core.error.context
ModifierConstructorDescriptionSubDocumentErrorContext
(KeyValueErrorContext kvContext, int index, String path, SubDocumentOpResponseStatus status, AbstractContext context, String serverError) -
Uses of SubDocumentOpResponseStatus in com.couchbase.client.core.io.netty.kv
Modifier and TypeMethodDescriptionstatic SubDocumentOpResponseStatus
MemcacheProtocol.decodeSubDocumentStatus
(short status) Converts a KeyValue protocol status into its generic format.Modifier and TypeMethodDescriptionstatic CouchbaseException
MemcacheProtocol.mapSubDocumentError
(KeyValueRequest<?> request, SubDocumentOpResponseStatus status, String path, int index, MemcacheProtocol.FlexibleExtras flexibleExtras) For any response that can be returned by a SubDocument command - path, document, or execution-based - map it to an appropriate SubDocumentException. -
Uses of SubDocumentOpResponseStatus in com.couchbase.client.core.msg.kv
Modifier and TypeMethodDescriptionSubDocumentField.status()
static SubDocumentOpResponseStatus
Returns the enum constant of this type with the specified name.static SubDocumentOpResponseStatus[]
SubDocumentOpResponseStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionSubDocumentField
(SubDocumentOpResponseStatus status, Optional<CouchbaseException> error, byte[] value, String path, SubdocCommandType type)