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 -
-
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.ErrorCodeKeyValueErrorMapCodeHandledEvent. 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.
-