Uses of Class
com.couchbase.client.core.io.netty.kv.ErrorMap.ErrorCode
Packages that use ErrorMap.ErrorCode
Package
Description
-
Uses of ErrorMap.ErrorCode in com.couchbase.client.core.cnc.events.io
Methods in com.couchbase.client.core.cnc.events.io that return ErrorMap.ErrorCodeConstructors in com.couchbase.client.core.cnc.events.io with parameters of type ErrorMap.ErrorCodeModifierConstructorDescriptionKeyValueErrorMapCodeHandledEvent(IoContext context, ErrorMap.ErrorCode errorCode) -
Uses of ErrorMap.ErrorCode in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return types with arguments of type ErrorMap.ErrorCodeConstructor parameters in com.couchbase.client.core.io.netty.kv with type arguments of type ErrorMap.ErrorCodeModifierConstructorDescriptionErrorMap(int version, int revision, Map<String, ErrorMap.ErrorCode> errors) Creates a new Error Map, usually called from jackson. -
Uses of ErrorMap.ErrorCode in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv with parameters of type ErrorMap.ErrorCodeModifier and TypeMethodDescriptionvoidBaseKeyValueRequest.errorCode(ErrorMap.ErrorCode errorCode) voidKeyValueRequest.errorCode(ErrorMap.ErrorCode errorCode) Sets the error code on the request for debugging purposes.