public class BaseResponse extends Object implements Response
| Modifier | Constructor and Description |
|---|---|
protected |
BaseResponse(ResponseStatus status) |
| Modifier and Type | Method and Description |
|---|---|
ResponseStatus |
status()
Holds the status of the response.
|
String |
toString() |
protected BaseResponse(ResponseStatus status)
public ResponseStatus status()
ResponseNote that it might indicate a successful response or an error of some other sorts. Please see the enum for further description of the potential states it can be in.
Copyright © 2024 Couchbase, Inc.. All rights reserved.