diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 8610e39a..6f06858b 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -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[] diff --git a/modules/ROOT/pages/errors/gql-errors/22NBD.adoc b/modules/ROOT/pages/errors/gql-errors/22NBD.adoc new file mode 100644 index 00000000..3e6b684a --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NBD.adoc @@ -0,0 +1,22 @@ +:page-role: new-2025.07 + += 22NBD + +== Status description +error: data exception - unsupported struct tag. Unsupported struct tag: `{ <> }`. + +== Scenario + +This error occurs when the server receives a struct tag that it understands but which is not included in the negotiated Bolt protocol version. +This typically means the client driver has 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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index fbfe1b1b..571cd8ce 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -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 `{ <> }`. +=== xref:errors/gql-errors/22NBD.adoc[22NBD] + +Status description:: error: data exception - unsupported struct tag. Unsupported struct tag: 0x56. `{ <> }`. + [[invalid-transaction-state]] == Invalid transaction state