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
error: syntax error or access rule violation - invalid use of `INSERT`. `{ <<cause>> }` is not allowed in `INSERT`. Use `CREATE` or `{ <<replacement>> }`.
error: syntax error or access rule violation - invalid use of dynamic label or type. Dynamic `{ <<tokenType>> }` using `$any()` are not allowed in `{ <<clause>> }`.
error: syntax error or access rule violation - dynamic entity type not allowed. Dynamic label and types are only allowed in `{ <<clauseList>> }` clauses.
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.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+33-3Lines changed: 33 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -892,7 +892,7 @@ Status description:: error: syntax error or access rule violation - invalid use
892
892
893
893
=== xref:errors/gql-errors/42I30.adoc[42I30]
894
894
895
-
Status description:: error: syntax error or access rule violation - invalid use of label expressions. Label expressions cannot be used in `{ <<expr>> }`.
895
+
Status description:: error: syntax error or access rule violation - invalid use of label expressions. Label expressions cannot be used in `{ <<expr>> }`.
896
896
897
897
=== xref:errors/gql-errors/42I31.adoc[42I31]
898
898
@@ -978,11 +978,41 @@ Status description:: info: invalid call signature. The procedure or function `{
978
978
979
979
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`
980
980
981
-
982
981
=== xref:errors/gql-errors/42I53.adoc[42I53]
983
982
984
983
Status description:: error: syntax error or access rule violation - unsupported coordinate type. Unknown coordinate type: `{ <<input>> }`.
985
984
985
+
=== xref:errors/gql-errors/42I54.adoc[42I54]
986
+
987
+
Status description:: error: syntax error or access rule violation - invalid use of `INSERT`. `{ <<cause>> }` is not allowed in `INSERT`. Use `CREATE` or `{ <<replacement>> }`.
988
+
989
+
=== xref:errors/gql-errors/42I55.adoc[42I55]
990
+
991
+
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>> }`.
992
+
993
+
=== xref:errors/gql-errors/42I56.adoc[42I56]
994
+
995
+
Status description:: error: syntax error or access rule violation - invalid relationship direction. Only directed relationships are supported in `{ <<clause>>}`.
996
+
997
+
=== xref:errors/gql-errors/42I57.adoc[42I57]
998
+
999
+
Status description:: error: syntax error or access rule violation - invalid query ending. `{<<exprType>>}` cannot contain a query ending with `{<<clause>>}`.
1000
+
1001
+
=== xref:errors/gql-errors/42I58.adoc[42I58]
1002
+
1003
+
Status description:: error: syntax error or access rule violation - invalid entity reference. Entity, `{<<expr>>}`, cannot be created and referenced in the same clause.
1004
+
1005
+
=== xref:errors/gql-errors/42I59.adoc[42I59]
1006
+
1007
+
Status description:: error: syntax error or access rule violation - dynamic entity type not allowed. Dynamic label and types are only allowed in `{ <<clauseList>> }` clauses.
1008
+
1009
+
=== xref:errors/gql-errors/42I60.adoc[42I60]
1010
+
1011
+
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.
1012
+
1013
+
=== xref:errors/gql-errors/42I60.adoc[42I61]
1014
+
1015
+
Status description:: error: syntax error or access rule violation - missing LOOKUP INDEX function name. Missing function name for the LOOKUP INDEX.
986
1016
987
1017
[role=label--changed-2025.03]
988
1018
=== xref:errors/gql-errors/42N00.adoc[42N00]
@@ -1099,7 +1129,7 @@ Status description:: error: syntax error or access rule violation - missing `WIT
1099
1129
1100
1130
=== xref:errors/gql-errors/42N25.adoc[42N25]
1101
1131
1102
-
Status description:: error: syntax error or access rule violation - missing `YIELD`. Procedure call inside a query does not support naming results implicitly. Use `YIELD` instead.
1132
+
Status description:: error: syntax error or access rule violation - missing `YIELD`. Procedure call inside a query does not support naming results implicitly. Use `YIELD` instead.
0 commit comments