Couchbase .NET SDK | 3.7.2
Search Results for

    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
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.