Skip to content

Commit

Permalink
fix to transactions file
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlindavey committed Sep 27, 2024
1 parent ffa2f8f commit 564bbe8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions source/fundamentals/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,6 @@ following table describes these methods:
error if there is no active transaction for the session or if the
transaction was ended. To learn more about
this method, see the :manual:`commitTransaction() page
<<<<<<< HEAD
</reference/method/Session.commitTransaction/>` in the Server manual.

.. note:: Retrying a Transaction

The ``CommitTransaction()`` method is an idempotent function, which
means that you can attempt to commit a transaction multiple times
without changing data after the first successful commit.

A transaction can succeed but return an error with the
``UnknownTransactionCommitResult`` label. If you rerun the
``CommitTransaction()`` method after receiving this error,
your data is not changed by the repeat attempts.
=======
</reference/method/Session.commitTransaction/>` in the Server manual.
|
| The ``CommitTransaction()`` method is an idempotent function, which
Expand All @@ -115,7 +101,6 @@ following table describes these methods:
``UnknownTransactionCommitResult`` label. If you rerun the
``CommitTransaction()`` method after receiving this error,
your data is not changed by the repeat attempts.
>>>>>>> cb6466d (Docsp 42960 nested components (#387))

|
| **Parameter**: ``Context``
Expand Down

0 comments on commit 564bbe8

Please sign in to comment.