Namespace Couchbase.Client.Transactions.Error.Attempts
Classes
ActiveTransactionRecordEntryNotFoundException
An exception indicating that a specific entry in an Active Transaction Record was not found when it should have existd.
ActiveTransactionRecordNotFoundException
Indicates an Active Transaction Record was not found when expected.
ActiveTransactionRecordsFullException
An error indicating that an Active Transaction Record is full. This suggests that one or more transactions clients are not cleaning up properly.
AttemptException
Indicates an error during an individual transaction attempt.
AttemptExpiredException
Indicates an attempt exceeded the allotted time.
DocumentAlreadyInTransactionException
Indicates a document being modified is already being modified in the same transaction.