File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-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+ = 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::[]
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