Skip to content

Commit 54f950c

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent d248784 commit 54f950c

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
42I54
1+
= 42I54
22

33
== Status description
44
error: syntax error or access rule violation - invalid use of `INSERT`. `{ <<cause>> }` is not allowed in `INSERT`. Use `CREATE` or `{ <<replacement>> }`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
42I55
1+
= 42I55
22

33
== Status description
44
error: syntax error or access rule violation - invalid use of dynamic label or type. Dynamic `{ <<tokenType>> }` using `$any()` are not allowed in `{ <<clause>> }`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
42I56
1+
= 42I56
22

33
== Status description
44
error: syntax error or access rule violation - invalid relationship direction. Only directed relationships are supported in `{ <<clause>>}`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
42I57
1+
= 42I57
22

33
== Status description
44
error: syntax error or access rule violation - invalid query ending. `{<<exprType>>}` cannot contain a query ending with `{<<clause>>}`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
42I58
1+
= 42I58
22

33
== Status description
44
error: syntax error or access rule violation - invalid entity reference. Entity, `{<<expr>>}`, cannot be created and referenced in the same clause.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
42I59
1+
= 42I59
22

33
== Status description
44
error: syntax error or access rule violation - dynamic entity type not allowed. Dynamic label and types are only allowed in { <<clauseList>> } clauses.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
42I60
1+
= 42I60
22

33
== Status description
44
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
42I61
1+
= 42I61
22

33
== Status description
44
error: syntax error or access rule violation - missing LOOKUP INDEX function name. Missing function name for the LOOKUP INDEX.

modules/ROOT/partials/glossary.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[[cause]]$cause:: Freeform description of what caused the error.
1313
[[cfgSetting]]$cfgSetting:: Configuration setting key, for example, `server.https.enabled`.
1414
[[clause]]$clause:: A Cypher clause, for example, `USE`, `MATCH`.
15-
[[clauseList]]$clause:: A list of Cypher clauses, for example, `USE`, `MATCH`.
15+
[[clauseList]]$clause:: A list of Cypher clauses, for example, `USE, MATCH`.
1616
[[cmd]]$cmd:: A Cypher command, for example, `DROP DATABASE`, `PROFILE`, `SHOW PROCEDURES`.
1717
[[component]]$component:: A component of something, for example, hours/minutes within a time, a subset input within the whole input, `TOPOLOGY` clause within the whole `CREATE/ALTER DB ... SET TOPOLOGY`, etc.
1818
// we need to change the parameter $component in 51N27 to `$feat` maybe.

0 commit comments

Comments
 (0)