Uses of Class
com.couchbase.client.core.io.netty.kv.ErrorMap.ErrorCode
-
Packages that use ErrorMap.ErrorCode Package Description com.couchbase.client.core.io.netty.kv -
-
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.
-