| Class | Description |
|---|---|
| TransactionOperationFailedException.Builder |
| Enum | Description |
|---|---|
| TransactionOperationFailedException.FinalErrorToRaise |
| Exception | Description |
|---|---|
| ActiveTransactionRecordEntryNotFoundException | |
| ActiveTransactionRecordFullException | |
| ActiveTransactionRecordNotFoundException | |
| AttemptExpiredException | |
| AttemptNotFoundOnQueryException |
Query does not recognise the passed txid.
|
| CommitNotPermittedException |
The transaction is not allowed to commit in the current state.
|
| ConcurrentOperationsDetectedOnSameDocumentException |
Concurrent Key-Value operations on the same document have been detected.
|
| DocumentAlreadyInTransactionException | |
| ForwardCompatibilityFailureException |
This transaction has been prevented from interacting with documents or metadata owned by another transaction,
due to compatibility issues.
|
| PreviousOperationFailedException |
A previous operation in the application's lambda failed, and so the currently-attempt operation is also not
permitted to proceed.
|
| RetryTransactionException |
Indicates that this transaction should be retried.
|
| RollbackNotPermittedException |
The transaction is not allowed to rollback in the current state.
|
| TransactionAlreadyAbortedException | |
| TransactionAlreadyCommittedException | |
| TransactionOperationFailedException |
This operation (such as a replace, get or insert) either failed or ambiguously succeeded.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.