@Stability.Uncommitted public class ReducedKeyValueErrorContext extends ErrorContext
Context.ExportFormat| Modifier and Type | Method and Description |
|---|---|
static ReducedKeyValueErrorContext |
create(String id) |
static ReducedKeyValueErrorContext |
create(String id,
CollectionIdentifier collectionIdentifier) |
static ReducedKeyValueErrorContext |
create(String id,
String bucket,
String scope,
String collection) |
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.
|
responseStatusexportAsString, toStringpublic static ReducedKeyValueErrorContext create(String id, CollectionIdentifier collectionIdentifier)
public static ReducedKeyValueErrorContext create(String id, String bucket, String scope, String collection)
public static ReducedKeyValueErrorContext create(String id)
public void injectExportableParams(Map<String,Object> input)
AbstractContextinjectExportableParams in class ErrorContextinput - pass exportable params in here.Copyright © 2021 Couchbase, Inc.. All rights reserved.