Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
**** xref:errors/gql-errors/25N14.adoc[]
**** xref:errors/gql-errors/25N15.adoc[]
**** xref:errors/gql-errors/25N16.adoc[]
**** xref:errors/gql-errors/25N17.adoc[]
*** xref:errors/gql-errors/index.adoc#invalid-transaction-termination[Invalid transaction termination]
**** xref:errors/gql-errors/2DN01.adoc[]
**** xref:errors/gql-errors/2DN02.adoc[]
Expand Down
13 changes: 13 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/25N17.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:page-role: new-2025.10

= 25N17

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have an example scenario and an example here?

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
5 changes: 5 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,11 @@ Status description:: error: invalid transaction state - transaction termination

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>> }`

[role=label--new-2025.10]
=== xref:errors/gql-errors/25N17.adoc[25N17]

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


[[invalid-transaction-termination]]
== Invalid transaction termination
Expand Down