You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -935,6 +935,42 @@ Status description:: info: invalid call signature. The procedure or function `{
935
935
936
936
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`
937
937
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.
0 commit comments