Skip to content

Commit cfb63f5

Browse files
authored
Generate gql-errors index.adoc file (#302) (#309)
Cherry-picked from #302
1 parent 1836f6a commit cfb63f5

21 files changed

+1022
-70
lines changed

modules/ROOT/pages/errors/gql-errors/22NA5.adoc

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

33
== Status description
4-
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.
4+
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.
55

66
ifndef::backend-pdf[]
77
[discrete.glossary]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42I33
22

33
== Status description
4-
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.
4+
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.
55

66
ifndef::backend-pdf[]
77
[discrete.glossary]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42I42
22

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

66
ifndef::backend-pdf[]
77
[discrete.glossary]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42I50
22

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

66
ifndef::backend-pdf[]
77
[discrete.glossary]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
== Status description
55
error: syntax error or access rule violation - read-only database. The database is in read-only mode.
6+
7+
68
ifndef::backend-pdf[]
79
[discrete.glossary]
810
== Glossary

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/42N73.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42N73
22

33
== Status description
4-
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.
4+
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`.
55

66
ifndef::backend-pdf[]
77
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/50N10.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
== Status description
55
error: general processing exception - index drop failed. Unable to drop `{ <<idxDescrOrName>> }`.
6+
7+
68
ifndef::backend-pdf[]
79
[discrete.glossary]
810
== Glossary

modules/ROOT/pages/errors/gql-errors/50N15.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
== Status description
55
error: general processing exception - unsupported index operation. The system attemped to execute an unsupported operation on index `{ <<idx>> }`. See debug.log for more information.
6+
7+
8+
69
ifndef::backend-pdf[]
710
[discrete.glossary]
811
== Glossary

modules/ROOT/pages/errors/gql-errors/51N61.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
== Status description
55
error: system configuration or operation exception - index population failed. Index `{ <<idx>> }` population failed.
6+
7+
68
ifndef::backend-pdf[]
79
[discrete.glossary]
810
== Glossary

modules/ROOT/pages/errors/gql-errors/51N62.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
== Status description
55
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.
6+
7+
68
ifndef::backend-pdf[]
79
[discrete.glossary]
810
== Glossary

modules/ROOT/pages/errors/gql-errors/53N35.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
== Status description
55
error: function exception - function compilation failed. Failed to compile function defined in `{ <<funClass>> }`: `{ <<msg>> }`
6+
7+
68
ifndef::backend-pdf[]
79
[discrete.glossary]
810
== Glossary

modules/ROOT/pages/errors/gql-errors/53N37.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
== Status description
55
error: function exception - function execution error. Execution of the function `{ <<fun>> }` failed.
6+
7+
68
ifndef::backend-pdf[]
79
[discrete.glossary]
810
== Glossary

modules/ROOT/pages/errors/gql-errors/53U00.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
== Status description
55
error: function exception - custom function execution error cause. Execution of the function `{ <<fun>> }` failed due to `{ <<msgTitle>> }`: `{ <<msg>> }`.
6+
7+
68
ifndef::backend-pdf[]
79
[discrete.glossary]
810
== Glossary

0 commit comments

Comments
 (0)