Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
21 changes: 21 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22NBD.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
= 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 will be observed when the server receives a struct tag that it
understands but is not part of the negotiated bolt protocol version. This
typically means the client driver has incorrectly 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