Skip to content

Commit 0355843

Browse files
committed
Provide an example
1 parent da0f69b commit 0355843

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
== Status description
66
error: The attempted operation requires an implicit transaction.
77

8+
== Scenario
9+
10+
This error occurs when the running a query using the CALL { ... } IN TRANSACTIONS construct in an explicit transaction.
11+
12+
== Possible solution
13+
14+
Make sure to use the driver API for creating an implicit transaction, or if using Browser/Query use the :auto command.
15+
816
ifndef::backend-pdf[]
917
[discrete.glossary]
1018
== Glossary

0 commit comments

Comments
 (0)