File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -311,17 +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.
320320
321321To 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.
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.
325325
326326The Convenient Transaction API incorporates retry logic for these error types,
327327so the driver automatically retries the transaction until there is a successful
You can’t perform that action at this time.
0 commit comments