Skip to content

Commit be4de65

Browse files
Introduces GQLSTATUS 22N60 (#382)
This status represents invalid elements on Packstream messages. --------- Co-authored-by: Reneta Popova <[email protected]>
1 parent 230b1d5 commit be4de65

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
**** xref:errors/gql-errors/22N57.adoc[]
9696
**** xref:errors/gql-errors/22N58.adoc[]
9797
**** xref:errors/gql-errors/22N59.adoc[]
98+
**** xref:errors/gql-errors/22N60.adoc[]
9899
**** xref:errors/gql-errors/22N62.adoc[]
99100
**** xref:errors/gql-errors/22N63.adoc[]
100101
**** xref:errors/gql-errors/22N64.adoc[]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:page-role: new-2025.09
2+
= 22N60
3+
4+
== Status description
5+
error: data exception - illegal element. Encountered illegal `{ <<item>> }` element. Reason: `{ <<msg>> }`
6+
7+
== Example of a status description
8+
9+
[source]
10+
----
11+
error: data exception - illegal element. Encountered illegal root element. Reason: Expected struct.
12+
----
13+
ifndef::backend-pdf[]
14+
[discrete.glossary]
15+
== Glossary
16+
17+
include::partial$glossary.adoc[]
18+
endif::[]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ Status description:: error: data exception - invalid spatial component. Cannot r
386386

387387
Status description:: error: data exception - token does not exist. The `{ <<tokenType>> }` token with id `{ <<tokenId>> }` does not exist.
388388

389+
[role=label--new-2025.09]
390+
=== xref:errors/gql-errors/22N60.adoc[22N60]
391+
392+
Status description:: error: data exception - illegal element. Encountered illegal `{ <<item>> }` element. Reason: `{ <<msg>> }`
393+
389394
=== xref:errors/gql-errors/22N62.adoc[22N62]
390395

391396
Status description:: error: data exception - relationship type does not exist. The relationship type `{ <<relType>> }` does not exist.

0 commit comments

Comments
 (0)