Package com.couchbase.client.core.msg
Class BaseResponse
java.lang.Object
com.couchbase.client.core.msg.BaseResponse
- All Implemented Interfaces:
Response
- Direct Known Subclasses:
AnalyticsResponse,AppendResponse,BucketConfigResponse,BucketConfigStreamingResponse,CarrierBucketConfigResponse,CarrierGlobalConfigResponse,CoreHttpResponse,DecrementResponse,GenericManagerResponse,GetAndLockResponse,GetAndTouchResponse,GetCollectionIdResponse,GetCollectionManifestResponse,GetMetaResponse,GetResponse,IncrementResponse,InsertResponse,MultiObserveViaCasResponse,NoopResponse,ObserveViaCasResponse,ObserveViaSeqnoResponse,PrependResponse,QueryResponse,RemoveResponse,ReplaceResponse,SearchResponse,SubdocGetResponse,SubdocMutateResponse,TouchResponse,UnlockResponse,UpsertResponse,ViewResponse
The parent class for all responses passing through the SDK.
- Since:
- 2.0.0
-
Constructor Details
-
BaseResponse
-
-
Method Details
-
status
Description copied from interface:ResponseHolds the status of the response.Note 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.
-
toString
-