TransactionFailedException

open class TransactionFailedException(wrapped: CoreTransactionFailedException) : CouchbaseException

The transaction failed to reach the Committed point.

No actors can see any changes made by this transaction.

Inheritors

Constructors

Link copied to clipboard
constructor(wrapped: CoreTransactionFailedException)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val logs: List<TransactionLogEvent>

Returns the in-memory log built up during each transaction. The application may want to write this to their own logs, for example upon transaction failure.

Link copied to clipboard
override val message: String?
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
@Stability.Uncommitted
open fun context(): ErrorContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard