Class KeyValueIoErrorContext
- java.lang.Object
-
- com.couchbase.client.core.cnc.AbstractContext
-
- com.couchbase.client.core.error.context.ErrorContext
-
- com.couchbase.client.core.error.context.KeyValueIoErrorContext
-
- All Implemented Interfaces:
Context
@Uncommitted public class KeyValueIoErrorContext extends ErrorContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Context
Context.ExportFormat
-
-
Constructor Summary
Constructors Constructor Description KeyValueIoErrorContext(ResponseStatus responseStatus, EndpointContext endpointContext)
-
Method Summary
-
Methods inherited from class com.couchbase.client.core.error.context.ErrorContext
injectExportableParams, responseStatus
-
Methods inherited from class com.couchbase.client.core.cnc.AbstractContext
exportAsString, toString
-
-
-
-
Constructor Detail
-
KeyValueIoErrorContext
public KeyValueIoErrorContext(ResponseStatus responseStatus, EndpointContext endpointContext)
-
-