File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 155155**** xref:errors/gql-errors/22NB9.adoc[]
156156**** xref:errors/gql-errors/22NBA.adoc[]
157157**** xref:errors/gql-errors/22NBC.adoc[]
158+ **** xref:errors/gql-errors/22NBD.adoc[]
158159*** xref:errors/gql-errors/index.adoc#invalid-transaction-state[Invalid transaction state]
159160*** * xref:errors/gql-errors/25G02.adoc[]
160161**** xref:errors/gql-errors/25N01.adoc[]
Original file line number Diff line number Diff line change 1+ :page-role: new-2025.07
2+
3+ = 22NBD
4+
5+ == Status description
6+ error: data exception - unsupported struct tag. Unsupported struct tag: `{ <<value>> }`.
7+
8+ == Scenario
9+
10+ This error occurs when the server receives a struct tag that it understands but which is not included in the negotiated Bolt protocol version.
11+ This typically means the client driver has added an incorrect struct tag.
12+
13+ == Possible solution
14+
15+ Ensure only valid struct tags are sent for the negotiated protocol version.
16+
17+ ifndef::backend-pdf[]
18+ [discrete.glossary]
19+ == Glossary
20+
21+ include::partial$glossary.adoc[]
22+ endif::[]
Original file line number Diff line number Diff line change @@ -629,6 +629,10 @@ Status description:: error: data exception - omitting mandatory field for proper
629629
630630Status description:: error: data exception - index belongs to constraint. Index belongs to constraint `{ <<constrDescrOrName>> }`.
631631
632+ === xref:errors/gql-errors/22NBD.adoc[22NBD]
633+
634+ Status description:: error: data exception - unsupported struct tag. Unsupported struct tag: 0x56. `{ <<value>> }`.
635+
632636
633637[[invalid-transaction-state]]
634638== Invalid transaction state
You can’t perform that action at this time.
0 commit comments