Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -95,6 +95,7 @@
**** xref:errors/gql-errors/22N57.adoc[]
**** xref:errors/gql-errors/22N58.adoc[]
**** xref:errors/gql-errors/22N59.adoc[]
**** xref:errors/gql-errors/22N60.adoc[]
**** xref:errors/gql-errors/22N62.adoc[]
**** xref:errors/gql-errors/22N63.adoc[]
**** xref:errors/gql-errors/22N64.adoc[]
Expand Down
18 changes: 18 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N60.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
:page-role: new-2025.09
= 22N60

== Status description
error: data exception - illegal element. Encountered illegal `{ <<item>> }` element. Reason: `{ <<msg>> }`

== Example of a status description

[source]
----
error: data exception - illegal element. Encountered illegal root element. Reason: Expected struct.
----
ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
5 changes: 5 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,11 @@ Status description:: error: data exception - invalid spatial component. Cannot r

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

[role=label--new-2025.09]
=== xref:errors/gql-errors/22N60.adoc[22N60]

Status description:: error: data exception - illegal element. Encountered illegal `{ <<item>> }` element. Reason: `{ <<msg>> }`

=== xref:errors/gql-errors/22N62.adoc[22N62]

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