Skip to content

Commit e12ea1b

Browse files
committed
Introduce 22NBD - Unsupported Struct
1 parent ebe7c23 commit e12ea1b

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
= 22NBD
2+
3+
== Status description
4+
error: data exception - unsupported struct tag. Unsupported struct tag: `{ <<value>> }`.
5+
6+
== Scenario
7+
8+
This error will be observed when the server receives a struct tag that it
9+
understands but is not part of the negotiated bolt protocol version. This
10+
typically means the client driver has incorrectly added an incorrect struct tag.
11+
12+
== Possible solution
13+
14+
Ensure only valid struct tags are sent for the negotiated protocol version.
15+
16+
ifndef::backend-pdf[]
17+
[discrete.glossary]
18+
== Glossary
19+
20+
include::partial$glossary.adoc[]
21+
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)