Skip to content

Commit 74e3757

Browse files
Added codes to gql status index
1 parent 54f950c commit 74e3757

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,42 @@ Status description:: info: invalid call signature. The procedure or function `{
935935

936936
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`
937937

938+
=== xref:errors/gql-errors/42I53.adoc[42I53]
939+
940+
Status description:: error: syntax error or access rule violation - unsupported coordinate type. Unknown coordinate type: `{ <<input>> }`.
941+
942+
=== xref:errors/gql-errors/42I54.adoc[42I54]
943+
944+
Status description:: error: syntax error or access rule violation - invalid use of `INSERT`. `{ <<cause>> }` is not allowed in `INSERT`. Use `CREATE` or `{ <<replacement>> }`.
945+
946+
=== xref:errors/gql-errors/42I55.adoc[42I55]
947+
948+
Status description:: error: syntax error or access rule violation - invalid use of dynamic label or type. Dynamic `{ <<tokenType>> }` using `$any()` are not allowed in `{ <<clause>> }`.
949+
950+
=== xref:errors/gql-errors/42I56.adoc[42I56]
951+
952+
Status description:: error: syntax error or access rule violation - invalid relationship direction. Only directed relationships are supported in `{ <<clause>>}`.
953+
954+
=== xref:errors/gql-errors/42I57.adoc[42I57]
955+
956+
Status description:: error: syntax error or access rule violation - invalid query ending. `{<<exprType>>}` cannot contain a query ending with `{<<clause>>}`.
957+
958+
=== xref:errors/gql-errors/42I58.adoc[42I58]
959+
960+
Status description:: error: syntax error or access rule violation - invalid entity reference. Entity, `{<<expr>>}`, cannot be created and referenced in the same clause.
961+
962+
=== xref:errors/gql-errors/42I59.adoc[42I59]
963+
964+
Status description:: error: syntax error or access rule violation - dynamic entity type not allowed. Dynamic label and types are only allowed in { <<clauseList>> } clauses.
965+
966+
=== xref:errors/gql-errors/42I60.adoc[42I60]
967+
968+
Status description:: error: syntax error or access rule violation - invalid glob escaping. Each part of the glob (a block of text up until a dot) must either be fully escaped or not escaped at all.
969+
970+
=== xref:errors/gql-errors/42I60.adoc[42I61]
971+
972+
Status description:: error: syntax error or access rule violation - missing LOOKUP INDEX function name. Missing function name for the LOOKUP INDEX.
973+
938974
[role=label--changed-2025.03]
939975
=== xref:errors/gql-errors/42N00.adoc[42N00]
940976

0 commit comments

Comments
 (0)