Uses of Class
com.couchbase.client.core.endpoint.kv.ErrorMap
Package | Description |
---|---|
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.endpoint.kv |
-
Uses of ErrorMap in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return ErrorMap Modifier and Type Method Description static ErrorMap
ResponseStatusConverter. getBinaryErrorMap()
Get the current error map used by the response status converterMethods in com.couchbase.client.core.endpoint with parameters of type ErrorMap Modifier and Type Method Description static void
ResponseStatusConverter. updateBinaryErrorMap(ErrorMap map)
Updates the current error map in use for all uses of the response status converter. -
Uses of ErrorMap in com.couchbase.client.core.endpoint.kv
Methods in com.couchbase.client.core.endpoint.kv that return ErrorMap Modifier and Type Method Description static ErrorMap
ErrorMap. fromJson(String json)
Methods in com.couchbase.client.core.endpoint.kv with parameters of type ErrorMap Modifier and Type Method Description int
ErrorMap. compareTo(ErrorMap o)