Skip to content
Merged
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 @@ -155,6 +155,7 @@
**** xref:errors/gql-errors/22NB9.adoc[]
**** xref:errors/gql-errors/22NBA.adoc[]
**** xref:errors/gql-errors/22NBC.adoc[]
**** xref:errors/gql-errors/22NBD.adoc[]
*** xref:errors/gql-errors/index.adoc#invalid-transaction-state[Invalid transaction state]
**** xref:errors/gql-errors/25G02.adoc[]
**** xref:errors/gql-errors/25N01.adoc[]
Expand Down
22 changes: 22 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22NBD.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:page-role: new-2025.07

= 22NBD

== Status description
error: data exception - unsupported struct tag. Unsupported struct tag: `{ <<value>> }`.

== Scenario
Copy link
Collaborator

Choose a reason for hiding this comment

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

@renetapopova, for consistency should we follow the template used in the PR #341 or not?


This error occurs when the server receives a struct tag that it understands but which is not included in the negotiated Bolt protocol version.
This typically means the client driver has added an incorrect struct tag.

== Possible solution

Ensure only valid struct tags are sent for the negotiated protocol version.

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

include::partial$glossary.adoc[]
endif::[]
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,10 @@ Status description:: error: data exception - omitting mandatory field for proper

Status description:: error: data exception - index belongs to constraint. Index belongs to constraint `{ <<constrDescrOrName>> }`.

=== xref:errors/gql-errors/22NBD.adoc[22NBD]

Status description:: error: data exception - unsupported struct tag. Unsupported struct tag: 0x56. `{ <<value>> }`.


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