Skip to content

Generate gql-errors index.adoc file (#302) #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
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
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/22NA5.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 22NA5

== Status description
error: data exception - invalid property based access control rule involving IS `NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`. Use `IS NULL` instead.
error: data exception - invalid property based access control rule involving `IS NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`. Use `IS NULL` instead.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42I33.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 42I33

== Status description
error: syntax error or access rule violation - invalid use of NOT NULL. Closed Dynamic Union types cannot be appended with `NOT NULL`, specify `NOT NULL` on inner types instead.
error: syntax error or access rule violation - invalid use of `NOT NULL`. Closed Dynamic Union types cannot be appended with `NOT NULL`, specify `NOT NULL` on inner types instead.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42I42.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 42I42

== Status description
error: syntax error or access rule violation - invalid use of YIELD. Cannot use YIELD on a call to a void procedure.
error: syntax error or access rule violation - invalid use of `YIELD`. Cannot use `YIELD` on a call to a void procedure.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42I50.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 42I50

== Status description
error: syntax error or access rule violation - token name too long. Invalid input `{ <<input>> } ..`. A `{ <<tokenType>> }` name cannot be longer than `{ <<value>> }`.
error: syntax error or access rule violation - token name too long. Invalid input `{ <<input>> }..`. A `{ <<tokenType>> }` name cannot be longer than `{ <<value>> }`.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42N18.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

== Status description
error: syntax error or access rule violation - read-only database. The database is in read-only mode.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42N44.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


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



Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42N73.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 42N73

== Status description
error: syntax error or access rule violation - invalid placement of `USE` clause. The `USE` clause must be the first clause of a query or an operand to `... UNION ...` . In a `CALL` sub-query, it can also be the second clause if the first clause is an importing WITH.
error: syntax error or access rule violation - invalid placement of `USE` clause. The `USE` clause must be the first clause of a query or an operand to `... UNION ...` . In a `CALL` sub-query, it can also be the second clause if the first clause is an importing `WITH`.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/50N10.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

== Status description
error: general processing exception - index drop failed. Unable to drop `{ <<idxDescrOrName>> }`.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
3 changes: 3 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/50N15.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

== Status description
error: general processing exception - unsupported index operation. The system attemped to execute an unsupported operation on index `{ <<idx>> }`. See debug.log for more information.



ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/51N61.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

== Status description
error: system configuration or operation exception - index population failed. Index `{ <<idx>> }` population failed.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/51N62.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

== Status description
error: system configuration or operation exception - index is in a failed state. Unable to use index `{ <<idx>> }` because it is in a failed state. See logs for more information.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/53N35.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

== Status description
error: function exception - function compilation failed. Failed to compile function defined in `{ <<funClass>> }`: `{ <<msg>> }`


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/53N37.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

== Status description
error: function exception - function execution error. Execution of the function `{ <<fun>> }` failed.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/53U00.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

== Status description
error: function exception - custom function execution error cause. Execution of the function `{ <<fun>> }` failed due to `{ <<msgTitle>> }`: `{ <<msg>> }`.


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