File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -311,12 +311,17 @@ error-handling logic into your application for the following errors:
311
311
before the driver commits the transaction. To learn more about this error, see the
312
312
:manual:`TransientTransactionError description
313
313
</core/transactions-in-applications/#transienttransactionerror>` on
314
- the Driver API page in the Server manual.
314
+ the Drivers API page in the Server manual.
315
315
- ``UnknownTransactionCommitResult``: Raised if the commit operation
316
316
encounters an error. To learn more about this error, see the
317
317
:manual:`UnknownTransactionCommitResult description
318
318
</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.
320
325
321
326
The Convenient Transaction API incorporates retry logic for these error
322
327
types, so the driver retries the transaction until there is a successful commit.
You can’t perform that action at this time.
0 commit comments