Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

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
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.