Class CoreTransactionResponse

java.lang.Object
com.couchbase.client.core.transaction.components.CoreTransactionResponse
All Implemented Interfaces:
Response

public class CoreTransactionResponse extends Object implements Response
  • Constructor Details

    • CoreTransactionResponse

      public CoreTransactionResponse()
  • Method Details

    • status

      public ResponseStatus status()
      Description copied from interface: Response
      Holds 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.

      Specified by:
      status in interface Response
      Returns:
      the status for this response.