| Package | Description |
|---|---|
| com.couchbase.client.core.cnc.events.io | |
| com.couchbase.client.core.io.netty.kv | |
| com.couchbase.client.core.msg.kv |
| Modifier and Type | Method and Description |
|---|---|
ErrorMap.ErrorCode |
KeyValueErrorMapCodeHandledEvent.errorCode() |
| Constructor and Description |
|---|
KeyValueErrorMapCodeHandledEvent(IoContext context,
ErrorMap.ErrorCode errorCode) |
| Modifier and Type | Method and Description |
|---|---|
Map<Short,ErrorMap.ErrorCode> |
ErrorMap.errors() |
| Constructor and Description |
|---|
ErrorMap(int version,
int revision,
Map<String,ErrorMap.ErrorCode> errors)
Creates a new Error Map, usually called from jackson.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueRequest.errorCode(ErrorMap.ErrorCode errorCode)
Sets the error code on the request for debugging purposes.
|
void |
BaseKeyValueRequest.errorCode(ErrorMap.ErrorCode errorCode) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.