Uses of Class
com.couchbase.client.core.error.context.KeyValueErrorContext
Packages that use KeyValueErrorContext
-
Uses of KeyValueErrorContext in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error with parameters of type KeyValueErrorContextModifier and TypeMethodDescriptionstatic CouchbaseException
DefaultErrorUtil.keyValueStatusToException
(KeyValueRequest<? extends Response> request, ResponseStatus status, KeyValueErrorContext ctx, String defaultErrorString) Constructors in com.couchbase.client.core.error with parameters of type KeyValueErrorContextModifierConstructorDescription -
Uses of KeyValueErrorContext in com.couchbase.client.core.error.context
Methods in com.couchbase.client.core.error.context that return KeyValueErrorContextModifier and TypeMethodDescriptionstatic KeyValueErrorContext
KeyValueErrorContext.completedRequest
(KeyValueRequest<?> request, Response response) static KeyValueErrorContext
KeyValueErrorContext.completedRequest
(KeyValueRequest<?> request, ResponseStatus status, MemcacheProtocol.FlexibleExtras flexibleExtras) static KeyValueErrorContext
KeyValueErrorContext.incompleteRequest
(KeyValueRequest<?> request) Constructors in com.couchbase.client.core.error.context with parameters of type KeyValueErrorContextModifierConstructorDescriptionSubDocumentErrorContext
(KeyValueErrorContext kvContext, int index, String path, SubDocumentOpResponseStatus status, AbstractContext context, String serverError)