Class AnalyticsErrorContext
java.lang.Object
com.couchbase.client.core.cnc.AbstractContext
com.couchbase.client.core.error.context.ErrorContext
com.couchbase.client.core.error.context.AnalyticsErrorContext
- All Implemented Interfaces:
Context
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Context
Context.ExportFormat
-
Constructor Summary
ConstructorDescriptionAnalyticsErrorContext
(RequestContext requestContext, List<ErrorCodeAndMessage> errors, int httpStatus) -
Method Summary
Modifier and TypeMethodDescriptionerrors()
void
injectExportableParams
(Map<String, Object> input) This method needs to be implemented by the actual context implementations to inject the params they need for exporting.Methods inherited from class com.couchbase.client.core.error.context.ErrorContext
responseStatus
Methods inherited from class com.couchbase.client.core.cnc.AbstractContext
exportAsMap, exportAsString, toString
-
Constructor Details
-
AnalyticsErrorContext
public AnalyticsErrorContext(RequestContext requestContext, List<ErrorCodeAndMessage> errors, int httpStatus)
-
-
Method Details
-
requestContext
-
errors
-
injectExportableParams
Description copied from class:AbstractContext
This method needs to be implemented by the actual context implementations to inject the params they need for exporting.- Overrides:
injectExportableParams
in classErrorContext
- Parameters:
input
- pass exportable params in here.
-