File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -311,14 +311,14 @@ transaction must be retried:
311311
312312- ``TransientTransactionError``: Raised if a write operation encounters an error
313313 before the driver commits the transaction. To learn more about this error
314- type, see the :manual:`TransientTransactionError description
315- </core/transactions-in-applications/#transienttransactionerror>` on the Drivers API page in the
316- Server manual.
314+ type, see the :manual:`TransientTransactionError
315+ description </core/transactions-in-applications/#transienttransactionerror>` on
316+ the Drivers API page in the Server manual.
317317- ``UnknownTransactionCommitResult``: Raised if the commit operation encounters
318318 an error. To learn more about this error type, see the
319- :manual:`UnknownTransactionCommitResult description
320- </core/transactions-in-applications/#unknowntransactioncommitresult>` on the Drivers API page in the
321- Server manual.
319+ :manual:`UnknownTransactionCommitResult
320+ description </core/transactions-in-applications/#unknowntransactioncommitresult>`
321+ on the Drivers API page in the Server manual.
322322
323323The Convenient Transaction API incorporates retry logic for these error types,
324324so the driver automatically retries the transaction until there is a successful
You can’t perform that action at this time.
0 commit comments