Uses of Class
com.couchbase.client.core.io.netty.kv.ErrorMap.ErrorCode
-
Packages that use ErrorMap.ErrorCode Package Description com.couchbase.client.core.cnc.events.io com.couchbase.client.core.io.netty.kv com.couchbase.client.core.msg.kv -
-
Uses of ErrorMap.ErrorCode in com.couchbase.client.core.cnc.events.io
Methods in com.couchbase.client.core.cnc.events.io that return ErrorMap.ErrorCode Modifier and Type Method Description ErrorMap.ErrorCode
KeyValueErrorMapCodeHandledEvent. errorCode()
Constructors in com.couchbase.client.core.cnc.events.io with parameters of type ErrorMap.ErrorCode Constructor Description KeyValueErrorMapCodeHandledEvent(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.ErrorCode Modifier and Type Method Description Map<Short,ErrorMap.ErrorCode>
ErrorMap. errors()
Constructor parameters in com.couchbase.client.core.io.netty.kv with type arguments of type ErrorMap.ErrorCode Constructor Description ErrorMap(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.ErrorCode Modifier and Type Method Description void
BaseKeyValueRequest. errorCode(ErrorMap.ErrorCode errorCode)
void
KeyValueRequest. errorCode(ErrorMap.ErrorCode errorCode)
Sets the error code on the request for debugging purposes.
-