Skip to content

Commit 6d76765

Browse files
committed
DOCSP-35201 add section linking to solutions for transaction retry logic in node Core API
1 parent 969e9b9 commit 6d76765

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/crud/transactions.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,17 @@ error-handling logic into your application for the following errors:
311311
before the driver commits the transaction. To learn more about this error, see the
312312
:manual:`TransientTransactionError description
313313
</core/transactions-in-applications/#transienttransactionerror>` on
314-
the Driver API page in the Server manual.
314+
the Drivers API page in the Server manual.
315315
- ``UnknownTransactionCommitResult``: Raised if the commit operation
316316
encounters an error. To learn more about this error, see the
317317
:manual:`UnknownTransactionCommitResult description
318318
</core/transactions-in-applications/#unknowntransactioncommitresult>` on
319-
the Driver API page in the Server manual.
319+
the Drivers API page in the Server manual.
320+
321+
To learn how to implement retry logic to prevent these errors while using the
322+
Core API, see the :manual:`Core API section
323+
</core/transactions-in-applications/#core-api>` on the Drivers API page in the
324+
Server manual.
320325

321326
The Convenient Transaction API incorporates retry logic for these error
322327
types, so the driver retries the transaction until there is a successful commit.

0 commit comments

Comments
 (0)