File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,14 +329,14 @@ Core API Error Handling
329
329
330
330
If you are using the Core API to perform a transaction, you must implement the
331
331
error-handling logic into your application. To do so, you must create the
332
- following functions that run until there is a successful commit or a different
333
- error:
332
+ following functions:
334
333
335
334
- A function that retries the entire transaction when the driver encounters a
336
335
``TransientTransactionError``
337
336
- A function that retries the commit operation when the driver encounters an
338
337
``UnknownTransactionCommitResult``
339
338
340
- For an example of this retry logic, see the :manual:`Core API section
339
+ These functions must run until there is a successful commit or a different
340
+ error. For an example of this retry logic, see the :manual:`Core API section
341
341
</core/transactions-in-applications/#core-api>` on the Drivers API page in the
342
342
Server manual.
You can’t perform that action at this time.
0 commit comments