| Modifier and Type | Method and Description |
|---|---|
TransactionOperationFailedException |
TransactionOperationFailedException.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
TransactionOperationFailedException |
WrappedTransactionOperationFailedException.wrapped() |
| Modifier and Type | Method and Description |
|---|---|
TransactionOperationFailedException |
CoreTransactionAttemptContext.operationFailed(boolean updateInternalState,
TransactionOperationFailedException err)
Rollback errors rules:
Errors during auto-rollback: do not update internal state, as the user cares more about the original error that provoked the rollback
Errors during app-rollback: do update internal state.
|
static TransactionOperationFailedException |
AccessorUtil.operationFailed(CoreTransactionAttemptContext ctx,
TransactionOperationFailedException err) |
TransactionOperationFailedException |
CoreTransactionAttemptContext.operationFailed(TransactionOperationFailedException err) |
| Modifier and Type | Method and Description |
|---|---|
TransactionOperationFailedException |
CoreTransactionAttemptContext.operationFailed(boolean updateInternalState,
TransactionOperationFailedException err)
Rollback errors rules:
Errors during auto-rollback: do not update internal state, as the user cares more about the original error that provoked the rollback
Errors during app-rollback: do update internal state.
|
static TransactionOperationFailedException |
AccessorUtil.operationFailed(CoreTransactionAttemptContext ctx,
TransactionOperationFailedException err) |
TransactionOperationFailedException |
CoreTransactionAttemptContext.operationFailed(TransactionOperationFailedException err) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.