Skip to content

Commit 95aa336

Browse files
Introduce 22NBD - Unsupported Struct (#371) (#373)
Introduced in: neo-technology/neo4j#31819 --------- Co-authored-by: Greg Woods <[email protected]>
1 parent 177a4ce commit 95aa336

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
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[]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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::[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,10 @@ Status description:: error: data exception - omitting mandatory field for proper
629629

630630
Status 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

0 commit comments

Comments
 (0)