@Stability.Volatile public class GenericErrorContext extends ErrorContext
Context.ExportFormat| Constructor and Description |
|---|
GenericErrorContext(Map<String,Object> input,
AbstractContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
put(String key,
Object value) |
responseStatusexportAsMap, exportAsString, toStringpublic GenericErrorContext(Map<String,Object> input, @Nullable AbstractContext ctx)
@Stability.Internal public void put(String key, Object value)
public void injectExportableParams(Map<String,Object> input)
AbstractContextinjectExportableParams in class ErrorContextinput - pass exportable params in here.Copyright © 2024 Couchbase, Inc.. All rights reserved.