@Stability.Uncommitted public class ReducedKeyValueErrorContext extends ErrorContext
Context.ExportFormat| Modifier | Constructor and Description |
|---|---|
protected |
ReducedKeyValueErrorContext(String id,
CollectionIdentifier collectionIdentifier) |
| 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.
|
responseStatusexportAsMap, exportAsString, toStringprotected ReducedKeyValueErrorContext(String id, CollectionIdentifier collectionIdentifier)
public 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 © 2024 Couchbase, Inc.. All rights reserved.