Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,14 @@
**** xref:errors/gql-errors/42I51.adoc[]
**** xref:errors/gql-errors/42I52.adoc[]
**** xref:errors/gql-errors/42I53.adoc[]
**** xref:errors/gql-errors/42I54.adoc[]
**** xref:errors/gql-errors/42I55.adoc[]
**** xref:errors/gql-errors/42I56.adoc[]
**** xref:errors/gql-errors/42I57.adoc[]
**** xref:errors/gql-errors/42I58.adoc[]
**** xref:errors/gql-errors/42I59.adoc[]
**** xref:errors/gql-errors/42I60.adoc[]
**** xref:errors/gql-errors/42I61.adoc[]
**** xref:errors/gql-errors/42N00.adoc[]
**** xref:errors/gql-errors/42N01.adoc[]
**** xref:errors/gql-errors/42N02.adoc[]
Expand Down
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42I54.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42I54

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

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42I55.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42I55

== 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>> }`.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42I56.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42I56

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

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42I57.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42I57

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

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42I58.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42I58

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

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42I59.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42I59

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

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42I60.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42I60

== 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.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42I61.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42I61

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

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
36 changes: 33 additions & 3 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ Status description:: error: syntax error or access rule violation - invalid use

=== xref:errors/gql-errors/42I30.adoc[42I30]

Status description:: error: syntax error or access rule violation - invalid use of label expressions. Label expressions cannot be used in `{ <<expr>> }`.
Status description:: error: syntax error or access rule violation - invalid use of label expressions. Label expressions cannot be used in `{ <<expr>> }`.

=== xref:errors/gql-errors/42I31.adoc[42I31]

Expand Down Expand Up @@ -978,11 +978,41 @@ Status description:: info: invalid call signature. The procedure or function `{

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


=== xref:errors/gql-errors/42I53.adoc[42I53]

Status description:: error: syntax error or access rule violation - unsupported coordinate type. Unknown coordinate type: `{ <<input>> }`.

=== xref:errors/gql-errors/42I54.adoc[42I54]

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

=== xref:errors/gql-errors/42I55.adoc[42I55]

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>> }`.

=== xref:errors/gql-errors/42I56.adoc[42I56]

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

=== xref:errors/gql-errors/42I57.adoc[42I57]

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

=== xref:errors/gql-errors/42I58.adoc[42I58]

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

=== xref:errors/gql-errors/42I59.adoc[42I59]

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

=== xref:errors/gql-errors/42I60.adoc[42I60]

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.

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

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

[role=label--changed-2025.03]
=== xref:errors/gql-errors/42N00.adoc[42N00]
Expand Down Expand Up @@ -1099,7 +1129,7 @@ Status description:: error: syntax error or access rule violation - missing `WIT

=== xref:errors/gql-errors/42N25.adoc[42N25]

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

=== xref:errors/gql-errors/42N26.adoc[42N26]

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/partials/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[[cause]]$cause:: Freeform description of what caused the error.
[[cfgSetting]]$cfgSetting:: Configuration setting key, for example, `server.https.enabled`.
[[clause]]$clause:: A Cypher clause, for example, `USE`, `MATCH`.
[[clauseList]]$clause:: A list of Cypher clauses, for example, `USE, MATCH`.
[[cmd]]$cmd:: A Cypher command, for example, `DROP DATABASE`, `PROFILE`, `SHOW PROCEDURES`.
[[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.
// we need to change the parameter $component in 51N27 to `$feat` maybe.
Expand Down