Uses of Class
com.couchbase.client.core.endpoint.kv.ErrorMap.ErrorCode
-
Packages that use ErrorMap.ErrorCode Package Description com.couchbase.client.core.endpoint com.couchbase.client.core.endpoint.kv -
-
Uses of ErrorMap.ErrorCode in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return ErrorMap.ErrorCode Modifier and Type Method Description static ErrorMap.ErrorCode
ResponseStatusConverter. readErrorCodeFromErrorMap(short code)
Get the error code from Key Value error map -
Uses of ErrorMap.ErrorCode in com.couchbase.client.core.endpoint.kv
Methods in com.couchbase.client.core.endpoint.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.endpoint.kv with type arguments of type ErrorMap.ErrorCode Constructor Description ErrorMap(int version, int revision, Map<String,ErrorMap.ErrorCode> errors)
-