Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
=================================================
This documentation describes the domain model of the core package, covers important architecture and design
decisions and provides a solid introduction on the inner workings.
|
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.message |
Modifier and Type | Method and Description |
---|---|
ResponseStatusDetails |
CouchbaseException.details() |
Modifier and Type | Method and Description |
---|---|
void |
CouchbaseException.details(ResponseStatusDetails responseStatusDetails) |
Modifier and Type | Method and Description |
---|---|
static ResponseStatusDetails |
ResponseStatusConverter.detailsFromBinary(byte dataType,
ByteBuf content) |
Modifier and Type | Method and Description |
---|---|
static ResponseStatusDetails |
ResponseStatusDetails.convert(ByteBuf input)
Helper method to convert a
ByteBuf input into the details. |
ResponseStatusDetails |
AbstractCouchbaseResponse.statusDetails() |
ResponseStatusDetails |
CouchbaseResponse.statusDetails()
If set, provides more detailed information into the response status than the
always available
ResponseStatus enum. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCouchbaseResponse.statusDetails(ResponseStatusDetails statusDetails) |
void |
CouchbaseResponse.statusDetails(ResponseStatusDetails statusDetails)
Set the status details if not set previously.
|
static String |
ResponseStatusDetails.stringify(ResponseStatus status,
ResponseStatusDetails details)
Stringify the status details and the status in a best effort manner.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.