Skip to content

Commit f2b566c

Browse files
committed
Editorial updates and regenerated the index file
1 parent 0355843 commit f2b566c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/ROOT/pages/errors/gql-errors/25N17.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
:page-role: new-2025.10
2-
1+
:page-role: new-2025.10 cypher-25
32
= 25N17
43

54
== Status description
65
error: The attempted operation requires an implicit transaction.
76

87
== Scenario
98

10-
This error occurs when the running a query using the CALL { ... } IN TRANSACTIONS construct in an explicit transaction.
9+
This error occurs when running a query using the `CALL { ... } IN TRANSACTIONS` construct in an explicit transaction.
1110

1211
== Possible solution
1312

14-
Make sure to use the driver API for creating an implicit transaction, or if using Browser/Query use the :auto command.
13+
Make sure you use the driver API to create an implicit transaction, or, if using Browser/Query, use the `:auto` command.
1514

1615
ifndef::backend-pdf[]
1716
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ Status description:: error: invalid transaction state - transaction termination
717717

718718
Status description:: error: invalid transaction state - transaction termination transient error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <<msg>> }`
719719

720-
[role=label--new-2025.10]
720+
[role=label--new-2025.10 cypher-25]
721721
=== xref:errors/gql-errors/25N17.adoc[25N17]
722722

723723
Status description:: error: The attempted operation requires an implicit transaction.

0 commit comments

Comments
 (0)