We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0f69b commit 0355843Copy full SHA for 0355843
modules/ROOT/pages/errors/gql-errors/25N17.adoc
@@ -5,6 +5,14 @@
5
== Status description
6
error: The attempted operation requires an implicit transaction.
7
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
16
ifndef::backend-pdf[]
17
[discrete.glossary]
18
== Glossary
0 commit comments