Enum TransactionOperationFailedException.FinalError
An enumeration of the final error types that can fail a transaction.
Namespace: Couchbase.Client.Transactions.Error.External
Assembly: Couchbase.NetClient.dll
Syntax
public enum TransactionOperationFailedException.FinalError : byte
Fields
| Name | Description |
|---|---|
| None | No error has been set |
| TransactionCommitAmbiguous | An error occured in a way that the client cannot know whether the commit was successful or not. |
| TransactionExpired | The transaction expired. |
| TransactionFailed | Generic failure. |
| TransactionFailedPostCommit |