Skip to content

Commit 1cc7c92

Browse files
committed
DOCSP-35201 add link to tutorial for retry logic in Node Core API transaction docs
1 parent 1751141 commit 1cc7c92

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/crud/transactions.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,5 +318,11 @@ error-handling logic into your application for the following errors:
318318
</core/transactions-in-applications/#unknowntransactioncommitresult>` on
319319
the Driver API page in the Server manual.
320320

321-
The Convenient Transaction API incorporates retry logic for these error
322-
types, so the driver retries the transaction until there is a successful commit.
321+
To learn how to implement retry logic to prevent these errors while using the
322+
Core API, see :manual:`Core API
323+
</docs/manual/core/transactions-in-applications/#core-api>` in the Server
324+
manual.
325+
326+
The Convenient Transaction API incorporates retry logic for these error types,
327+
so the driver automatically retries the transaction until there is a successful
328+
commit.

0 commit comments

Comments
 (0)