Class QueryErrorContext
java.lang.Object
com.couchbase.client.core.cnc.AbstractContext
com.couchbase.client.core.error.context.ErrorContext
com.couchbase.client.core.error.context.QueryErrorContext
- All Implemented Interfaces:
Context
@Uncommitted public class QueryErrorContext extends ErrorContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Context
Context.ExportFormat
-
Constructor Summary
Constructors Constructor Description QueryErrorContext(RequestContext requestContext, List<ErrorCodeAndMessage> errors)
-
Method Summary
Modifier and Type Method Description List<ErrorCodeAndMessage>
errors()
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.RequestContext
requestContext()
Methods inherited from class com.couchbase.client.core.error.context.ErrorContext
responseStatus
Methods inherited from class com.couchbase.client.core.cnc.AbstractContext
exportAsString, toString
-
Constructor Details
-
QueryErrorContext
-
-
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.
-