File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments