Skip to content

Commit a2fa821

Browse files
committed
Fix mismatches between files and index
1 parent 53ea84f commit a2fa821

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/ROOT/pages/errors/gql-errors/42N44.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
== Status description
5-
error: syntax error or access rule violation - inaccessible variable. It is not possible to access the variable `{ <<var>> }` declared before the `{ <<clause>> }` clause when using `DISTINCT` or an aggregation.
5+
error: syntax error or access rule violation - inaccessible variable. It is not possible to access the variable `{ <<variable>> }` declared before the `{ <<clause>> }` clause when using `DISTINCT` or an aggregation.
66

77

88

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ Status description:: error: syntax error or access rule violation - dynamic enti
10131013

10141014
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.
10151015

1016-
=== xref:errors/gql-errors/42I60.adoc[42I61]
1016+
=== xref:errors/gql-errors/42I61.adoc[42I61]
10171017

10181018
Status description:: error: syntax error or access rule violation - missing LOOKUP INDEX function name. Missing function name for the LOOKUP INDEX.
10191019

@@ -1189,7 +1189,6 @@ Status description:: error: syntax error or access rule violation - incompatible
11891189

11901190
Status description:: error: syntax error or access rule violation - invalid use of `CALL { ... }`. Not possible to enclose `{ <<clause>> }` in `CALL { ... }`. Use `CALL () { ... }` instead.
11911191

1192-
11931192
=== xref:errors/gql-errors/42N40.adoc[42N40]
11941193

11951194
Status description:: error: syntax error or access rule violation - single relationship pattern required. The `{ <<fun>> }` function must contain one relationship pattern.

0 commit comments

Comments
 (0)