TransactionExpiredException

class TransactionExpiredException(e: CoreTransactionExpiredException) : TransactionFailedException

The transaction could not be fully completed in the configured timeout.

It is in an undefined state, but it unambiguously did not reach the commit point. No actors will be able to see the contents of this transaction.

Constructors

Link copied to clipboard
constructor(e: CoreTransactionExpiredException)

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