From 193f6a923aa8abc6b2b278e0d6b2227ed3db4e31 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Thu, 17 Apr 2025 12:09:41 +0200 Subject: [PATCH 1/3] Add first part of errors implemented in 2025.04 --- modules/ROOT/content-nav.adoc | 9 ++++ .../ROOT/pages/errors/gql-errors/22N83.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/22NA3.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/22NB7.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/22NB8.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/42I30.adoc | 12 +++++ .../ROOT/pages/errors/gql-errors/42N0B.adoc | 13 ++++++ .../ROOT/pages/errors/gql-errors/42N25.adoc | 13 ++++++ .../ROOT/pages/errors/gql-errors/42N41.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N52.adoc | 12 +++++ .../ROOT/pages/errors/gql-errors/42N87.adoc | 12 +++++ .../ROOT/pages/errors/gql-errors/index.adoc | 44 +++++++++++++++++++ 12 files changed, 172 insertions(+), 1 deletion(-) create mode 100644 modules/ROOT/pages/errors/gql-errors/22N83.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22NA3.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22NB7.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22NB8.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I30.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N0B.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N25.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N52.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N87.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index cc6306f8..c0e59e2a 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -110,6 +110,7 @@ **** xref:errors/gql-errors/22N80.adoc[] **** xref:errors/gql-errors/22N81.adoc[] **** xref:errors/gql-errors/22N82.adoc[] +**** xref:errors/gql-errors/22N83.adoc[] **** xref:errors/gql-errors/22N84.adoc[] **** xref:errors/gql-errors/22N85.adoc[] **** xref:errors/gql-errors/22N86.adoc[] @@ -128,6 +129,7 @@ **** xref:errors/gql-errors/22NA0.adoc[] **** xref:errors/gql-errors/22NA1.adoc[] **** xref:errors/gql-errors/22NA2.adoc[] +**** xref:errors/gql-errors/22NA3.adoc[] **** xref:errors/gql-errors/22NA4.adoc[] **** xref:errors/gql-errors/22NA5.adoc[] **** xref:errors/gql-errors/22NA6.adoc[] @@ -141,6 +143,8 @@ **** xref:errors/gql-errors/22NB4.adoc[] **** xref:errors/gql-errors/22NB5.adoc[] **** xref:errors/gql-errors/22NB6.adoc[] +**** xref:errors/gql-errors/22NB7.adoc[] +**** xref:errors/gql-errors/22NB8.adoc[] *** xref:errors/gql-errors/index.adoc#invalid-transaction-state[Invalid transaction state] **** xref:errors/gql-errors/25G02.adoc[] **** xref:errors/gql-errors/25N01.adoc[] @@ -210,6 +214,7 @@ **** xref:errors/gql-errors/42I27.adoc[] **** xref:errors/gql-errors/42I28.adoc[] **** xref:errors/gql-errors/42I29.adoc[] +**** xref:errors/gql-errors/42I30.adoc[] **** xref:errors/gql-errors/42I31.adoc[] **** xref:errors/gql-errors/42I32.adoc[] **** xref:errors/gql-errors/42I33.adoc[] @@ -242,6 +247,7 @@ **** xref:errors/gql-errors/42N07.adoc[] **** xref:errors/gql-errors/42N08.adoc[] **** xref:errors/gql-errors/42N09.adoc[] +**** xref:errors/gql-errors/42N0B.adoc[] **** xref:errors/gql-errors/42N10.adoc[] **** xref:errors/gql-errors/42N11.adoc[] **** xref:errors/gql-errors/42N12.adoc[] @@ -257,6 +263,7 @@ **** xref:errors/gql-errors/42N22.adoc[] **** xref:errors/gql-errors/42N23.adoc[] **** xref:errors/gql-errors/42N24.adoc[] +**** xref:errors/gql-errors/42N25.adoc[] **** xref:errors/gql-errors/42N26.adoc[] **** xref:errors/gql-errors/42N28.adoc[] **** xref:errors/gql-errors/42N29.adoc[] @@ -278,6 +285,7 @@ **** xref:errors/gql-errors/42N49.adoc[] **** xref:errors/gql-errors/42N50.adoc[] **** xref:errors/gql-errors/42N51.adoc[] +**** xref:errors/gql-errors/42N52.adoc[] **** xref:errors/gql-errors/42N53.adoc[] **** xref:errors/gql-errors/42N54.adoc[] **** xref:errors/gql-errors/42N56.adoc[] @@ -306,6 +314,7 @@ **** xref:errors/gql-errors/42N84.adoc[] **** xref:errors/gql-errors/42N85.adoc[] **** xref:errors/gql-errors/42N86.adoc[] +**** xref:errors/gql-errors/42N87.adoc[] **** xref:errors/gql-errors/42N88.adoc[] **** xref:errors/gql-errors/42N89.adoc[] **** xref:errors/gql-errors/42N90.adoc[] diff --git a/modules/ROOT/pages/errors/gql-errors/22N83.adoc b/modules/ROOT/pages/errors/gql-errors/22N83.adoc new file mode 100644 index 00000000..6fcf22b4 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22N83.adoc @@ -0,0 +1,14 @@ += 22N83 + +== Status description + +error: data exception - input consists of too many components. Expected name to contain at most `{ <> }` components separated by '.'. + + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] \ No newline at end of file diff --git a/modules/ROOT/pages/errors/gql-errors/22NA3.adoc b/modules/ROOT/pages/errors/gql-errors/22NA3.adoc new file mode 100644 index 00000000..8888b23d --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NA3.adoc @@ -0,0 +1,14 @@ += 22NA3 + +== Status description + +error: data exception - invalid property based access control rule involving NaN. 'NaN' is not supported for property-based access control. + + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] \ No newline at end of file diff --git a/modules/ROOT/pages/errors/gql-errors/22NB7.adoc b/modules/ROOT/pages/errors/gql-errors/22NB7.adoc new file mode 100644 index 00000000..87663cad --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NB7.adoc @@ -0,0 +1,14 @@ += 22NB7 + +== Status description + +error: data exception - element id unsupported on composite database. It is not supported to create element ids on composite databases. Create the element id for `{ <> }` `{ <<$entityId>> }` on the constituent instead. + + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] \ No newline at end of file diff --git a/modules/ROOT/pages/errors/gql-errors/22NB8.adoc b/modules/ROOT/pages/errors/gql-errors/22NB8.adoc new file mode 100644 index 00000000..75326b8a --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NB8.adoc @@ -0,0 +1,14 @@ += 22NB8 + +== Status description + +error: data exception - invalid Neo4j type. `{ <> }` is not a recognized Neo4j type. + + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] \ No newline at end of file diff --git a/modules/ROOT/pages/errors/gql-errors/42I30.adoc b/modules/ROOT/pages/errors/gql-errors/42I30.adoc new file mode 100644 index 00000000..9f53db7c --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I30.adoc @@ -0,0 +1,12 @@ += 42I30 + +== Status description + +error: syntax error or access rule violation - invalid use of label expressions. Label expressions cannot be used in a `{ <> }`. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/42N0B.adoc b/modules/ROOT/pages/errors/gql-errors/42N0B.adoc new file mode 100644 index 00000000..14df717d --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N0B.adoc @@ -0,0 +1,13 @@ += 42N0B + +== Status description + +error: syntax error or access rule violation - cannot replace sharded database. The database identified by `{ <>1 }` is sharded. Drop the database `{ <>2 }` before recreating. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42N25.adoc b/modules/ROOT/pages/errors/gql-errors/42N25.adoc new file mode 100644 index 00000000..03f3540f --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N25.adoc @@ -0,0 +1,13 @@ += 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. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42N41.adoc b/modules/ROOT/pages/errors/gql-errors/42N41.adoc index f778514c..a5547294 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N41.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N41.adoc @@ -1,4 +1,4 @@ -= 42N23 += 42N41 == Status description diff --git a/modules/ROOT/pages/errors/gql-errors/42N52.adoc b/modules/ROOT/pages/errors/gql-errors/42N52.adoc new file mode 100644 index 00000000..6a7e70e4 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N52.adoc @@ -0,0 +1,12 @@ += 42N52 + +== Status description +error: syntax error or access rule violation - invalid value type. `{ <> }` is not a recognized Cypher type. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42N87.adoc b/modules/ROOT/pages/errors/gql-errors/42N87.adoc new file mode 100644 index 00000000..24c82a04 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N87.adoc @@ -0,0 +1,12 @@ += 42N87 + +== Status description +error: syntax error or access rule violation - database or alias with similar name exists. The database or alias name `{ <>1 }` conflicts with the name `{ <>2 }` of an existing database or alias. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index f1fd8586..c5806196 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -444,6 +444,10 @@ Status description:: error: data exception - expression type unsupported here. I Status description:: error: data exception - input contains invalid characters. Input `{ <> }` contains invalid characters for `{ <> }`. Special characters may require that the input is quoted using backticks. +=== xref:errors/gql-errors/22N83.adoc[22N83] + +Status description:: error: data exception - input consists of too many components. Expected name to contain at most `{ <> }` components separated by '.'. + === xref:errors/gql-errors/22N84.adoc[22N84] Status description:: error: data exception - string too long. Expected the string to be no more than `{ <> }` characters long. @@ -516,6 +520,10 @@ Status description:: error: data exception - invalid property based access contr Status description:: error: data exception - invalid property based access control rule involving multiple properties. The expression: `{ <> }` is not supported. Property rules can only contain one property. +=== xref:errors/gql-errors/22NA3.adoc[22NA3] + +Status description:: error: data exception - invalid property based access control rule involving NaN. 'NaN' is not supported for property-based access control. + === xref:errors/gql-errors/22NA4.adoc[22NA4] Status description:: error: data exception - invalid property based access control rule involving comparison with NULL. The property value access rule pattern `{ <> }` always evaluates to `NULL`. @@ -568,6 +576,16 @@ Status description:: error: data exception - unsupported time zone identifier. U Status description:: error: data exception - input empty. Invalid input. `{ <> }` is not allowed to be an empty string. + +=== xref:errors/gql-errors/22NB7.adoc[22NB7] + +Status description:: error: data exception - element id unsupported on composite database. It is not supported to create element ids on composite databases. Create the element id for `{ <> }` `{ <<$entityId>> }` on the constituent instead. + +=== xref:errors/gql-errors/22NB8.adoc[22NB8] + +Status description:: error: data exception - invalid Neo4j type. `{ <> }` is not a recognized Neo4j type. + + [[invalid-transaction-state]] == Invalid transaction state @@ -851,6 +869,10 @@ Status description:: error: syntax error or access rule violation - invalid use Status description:: error: syntax error or access rule violation - invalid use of `IS`. The `IS` keyword cannot be used together with multiple labels in `{ <> }`. Rewrite the expression as `{ <> }`. +=== 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 a `{ <> }`. + === xref:errors/gql-errors/42I31.adoc[42I31] Status description:: error: syntax error or access rule violation - invalid use of `MATCH`. `MATCH ...` cannot directly follow an `OPTIONAL MATCH ...`. Use a `WITH` clause between them. @@ -935,6 +957,12 @@ Status description:: info: invalid call signature. The procedure or function `{ Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <> }` + +=== xref:errors/gql-errors/42I53.adoc[42I53] + +Status description:: error: syntax error or access rule violation - unsupported coordinate type. Unknown coordinate type: `{ <> }`. + + [role=label--changed-2025.03] === xref:errors/gql-errors/42N00.adoc[42N00] @@ -977,6 +1005,10 @@ Status description:: error: syntax error or access rule violation - no such proc Status description:: error: syntax error or access rule violation - no such user. A user with the name `{ <> }` was not found. Verify that the spelling is correct. +=== xref:errors/gql-errors/42N0B.adoc[42N0B] + +Status description:: error: syntax error or access rule violation - cannot replace sharded database. The database identified by `{ <>1 }` is sharded. Drop the database `{ <>2 }` before recreating. + === xref:errors/gql-errors/42N10.adoc[42N10] Status description:: error: syntax error or access rule violation - no such role. A role with the name `{ <> }` was not found. Verify that the spelling is correct. @@ -1040,6 +1072,10 @@ Status description:: error: syntax error or access rule violation - missing refe Status description:: error: syntax error or access rule violation - missing `WITH`. A `WITH` clause is required between `{ <>1 }` and `{ $input2 }`. +=== 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. + === xref:errors/gql-errors/42N26.adoc[42N26] Status description:: error: syntax error or access rule violation - multiple join hints on same variable. Multiple join hints for the same variable `{ <> }` are not supported. @@ -1125,6 +1161,10 @@ Status description:: error: syntax error or access rule violation - procedure re Status description:: error: syntax error or access rule violation - invalid parameter. Invalid parameter `{ <> }`. +=== xref:errors/gql-errors/42N52.adoc[42N52] + +Status description:: error: syntax error or access rule violation - invalid value type. `{ <> }` is not a recognized Cypher type. + === xref:errors/gql-errors/42N53.adoc[42N53] Status description:: error: syntax error or access rule violation - unsafe usage of repeatable elements. The quantified path pattern may yield an infinite number of rows under match mode `REPEATABLE ELEMENTS`. Add an upper bound to the quantified path pattern. @@ -1239,6 +1279,10 @@ Status description:: error: syntax error or access rule violation - cannot speci Status description:: error: syntax error or access rule violation - wildcard in parameter. `{ <> }` failed. Parameterized database and graph names do not support wildcards. +=== xref:errors/gql-errors/42N87.adoc[42N87] + +Status description:: error: syntax error or access rule violation - database or alias with similar name exists. The database or alias name `{ <>1 }` conflicts with the name `{ <>2 }` of an existing database or alias. + === xref:errors/gql-errors/42N88.adoc[42N88] Status description:: error: syntax error or access rule violation - cannot grant privilege. Permission cannot be granted for `REMOVE IMMUTABLE PRIVILEGE`. From 1170ed999962fd27b156d9d2c8a8553d4b22ba7c Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Thu, 17 Apr 2025 14:51:39 +0200 Subject: [PATCH 2/3] Add second part of errors implemented in 2025.04 --- modules/ROOT/content-nav.adoc | 11 +++++ .../ROOT/pages/errors/gql-errors/42N92.adoc | 12 +++++ .../ROOT/pages/errors/gql-errors/42N94.adoc | 13 +++++ .../ROOT/pages/errors/gql-errors/42N95.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/42N96.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/42NA0.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/42NA1.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/42NA2.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/42NA3.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/42NA4.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/51N31.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/51N58.adoc | 14 ++++++ .../ROOT/pages/errors/gql-errors/index.adoc | 49 +++++++++++++++++++ 13 files changed, 211 insertions(+) create mode 100644 modules/ROOT/pages/errors/gql-errors/42N92.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N94.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N95.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N96.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42NA0.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42NA1.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42NA2.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42NA3.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42NA4.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/51N31.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/51N58.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index c0e59e2a..c8cd56be 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -318,9 +318,18 @@ **** xref:errors/gql-errors/42N88.adoc[] **** xref:errors/gql-errors/42N89.adoc[] **** xref:errors/gql-errors/42N90.adoc[] +**** xref:errors/gql-errors/42N92.adoc[] +**** xref:errors/gql-errors/42N94.adoc[] +**** xref:errors/gql-errors/42N95.adoc[] +**** xref:errors/gql-errors/42N96.adoc[] **** xref:errors/gql-errors/42N97.adoc[] **** xref:errors/gql-errors/42N98.adoc[] **** xref:errors/gql-errors/42N99.adoc[] +**** xref:errors/gql-errors/42NA0.adoc[] +**** xref:errors/gql-errors/42NA1.adoc[] +**** xref:errors/gql-errors/42NA2.adoc[] +**** xref:errors/gql-errors/42NA3.adoc[] +**** xref:errors/gql-errors/42NA4.adoc[] **** xref:errors/gql-errors/42NA5.adoc[] **** xref:errors/gql-errors/42NA6.adoc[] **** xref:errors/gql-errors/42NA7.adoc[] @@ -378,6 +387,7 @@ **** xref:errors/gql-errors/51N28.adoc[] **** xref:errors/gql-errors/51N29.adoc[] **** xref:errors/gql-errors/51N30.adoc[] +**** xref:errors/gql-errors/51N31.adoc[] **** xref:errors/gql-errors/51N32.adoc[] **** xref:errors/gql-errors/51N33.adoc[] **** xref:errors/gql-errors/51N34.adoc[] @@ -403,6 +413,7 @@ **** xref:errors/gql-errors/51N55.adoc[] **** xref:errors/gql-errors/51N56.adoc[] **** xref:errors/gql-errors/51N57.adoc[] +**** xref:errors/gql-errors/51N58.adoc[] **** xref:errors/gql-errors/51N59.adoc[] **** xref:errors/gql-errors/51N60.adoc[] **** xref:errors/gql-errors/51N61.adoc[] diff --git a/modules/ROOT/pages/errors/gql-errors/42N92.adoc b/modules/ROOT/pages/errors/gql-errors/42N92.adoc new file mode 100644 index 00000000..16dc94c8 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N92.adoc @@ -0,0 +1,12 @@ += 42N92 + +== Status description +error: syntax error or access rule violation - cannot combine old and new auth provider syntax. Cannot combine old and new auth syntax for the same auth provider. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42N94.adoc b/modules/ROOT/pages/errors/gql-errors/42N94.adoc new file mode 100644 index 00000000..fa9e3b3b --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N94.adoc @@ -0,0 +1,13 @@ += 42N94 + +== Status description + +error: syntax error or access rule violation - incomplete `ALTER USER` command. 'ALTER USER' requires at least one clause. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42N95.adoc b/modules/ROOT/pages/errors/gql-errors/42N95.adoc new file mode 100644 index 00000000..5320aab7 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N95.adoc @@ -0,0 +1,14 @@ += 42N95 + +== Status description + +error: syntax error or access rule violation - provider-id combination already exists. The combination of provider and id is already in use. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42N96.adoc b/modules/ROOT/pages/errors/gql-errors/42N96.adoc new file mode 100644 index 00000000..48e8c76a --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N96.adoc @@ -0,0 +1,14 @@ += 42N96 + +== Status description + +error: syntax error or access rule violation - invalid user configuration. User has no auth provider. Add at least one auth provider for the user or consider suspending them. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42NA0.adoc b/modules/ROOT/pages/errors/gql-errors/42NA0.adoc new file mode 100644 index 00000000..e95bdab4 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42NA0.adoc @@ -0,0 +1,14 @@ += 42NA0 + +== Status description + +error: syntax error or access rule violation - operations must be executed on constituent. Query contains operations that must be executed on the constituent. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42NA1.adoc b/modules/ROOT/pages/errors/gql-errors/42NA1.adoc new file mode 100644 index 00000000..9d651cb5 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42NA1.adoc @@ -0,0 +1,14 @@ += 42NA1 + +== Status description + +error: syntax error or access rule violation - graph access operations on composite database. Graph access operations are not supported on composite databases. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42NA2.adoc b/modules/ROOT/pages/errors/gql-errors/42NA2.adoc new file mode 100644 index 00000000..f0196f91 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42NA2.adoc @@ -0,0 +1,14 @@ += 42NA2 + +== Status description + +error: syntax error or access rule violation - database operations on composite database. Database operations are not supported on composite databases. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42NA3.adoc b/modules/ROOT/pages/errors/gql-errors/42NA3.adoc new file mode 100644 index 00000000..b049549c --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42NA3.adoc @@ -0,0 +1,14 @@ += 42NA3 + +== Status description + +error: syntax error or access rule violation - schema operations on composite database. Schema operations are not supported on composite databases. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/42NA4.adoc b/modules/ROOT/pages/errors/gql-errors/42NA4.adoc new file mode 100644 index 00000000..4358854e --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42NA4.adoc @@ -0,0 +1,14 @@ += 42NA4 + +== Status description + +error: syntax error or access rule violation - transaction operations on composite database. Transaction operations are not supported on composite databases. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/51N31.adoc b/modules/ROOT/pages/errors/gql-errors/51N31.adoc new file mode 100644 index 00000000..f26d753f --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/51N31.adoc @@ -0,0 +1,14 @@ += 51N31 + +== Status description + +error: system configuration or operation exception - not supported. `{ <> }` is not supported in `{ <> }`. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/51N58.adoc b/modules/ROOT/pages/errors/gql-errors/51N58.adoc new file mode 100644 index 00000000..da64f573 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/51N58.adoc @@ -0,0 +1,14 @@ += 51N58 + +== Status description + +error: system configuration or operation exception - invalid shard topology. Invalid database shard topology. The number of `{ <> }` `{ <> }` needs to be at least 1 and may not exceed `{ <> }`. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] + diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index c5806196..b4920140 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1295,6 +1295,24 @@ Status description:: error: syntax error or access rule violation - invalid driv Status description:: error: syntax error or access rule violation - cannot alter immutable composite database. Composite databases cannot be altered (database: `{ <> }`). +=== xref:errors/gql-errors/42N92.adoc[42N92] + +Status description:: error: syntax error or access rule violation - cannot combine old and new auth provider syntax. Cannot combine old and new auth syntax for the same auth provider. + +=== xref:errors/gql-errors/42N94.adoc[42N94] + +Status description:: error: syntax error or access rule violation - incomplete `ALTER USER` command. 'ALTER USER' requires at least one clause. + +=== xref:errors/gql-errors/42N95.adoc[42N95] + +Status description:: error: syntax error or access rule violation - provider-id combination already exists. The combination of provider and id is already in use. + + +=== xref:errors/gql-errors/42N96.adoc[42N96] + +Status description:: error: syntax error or access rule violation - invalid user configuration. User has no auth provider. Add at least one auth provider for the user or consider suspending them. + + === xref:errors/gql-errors/42N97.adoc[42N97] Status description:: error: syntax error or access rule violation - missing mandatory auth clause. Clause `{ <> }` is mandatory for auth provider `{ <> }`. @@ -1308,6 +1326,26 @@ Status description:: error: syntax error or access rule violation - cannot modif Status description:: error: syntax error or access rule violation - cannot delete own user. Cannot delete the user record of the current user. +=== xref:errors/gql-errors/42NA0.adoc[42NA0] + +Status description:: error: syntax error or access rule violation - operations must be executed on constituent. Query contains operations that must be executed on the constituent. + +=== xref:errors/gql-errors/42NA1.adoc[42NA1] + +Status description:: error: syntax error or access rule violation - graph access operations on composite database. Graph access operations are not supported on composite databases. + +=== xref:errors/gql-errors/42NA2.adoc[42NA2] + +Status description:: error: syntax error or access rule violation - database operations on composite database. Database operations are not supported on composite databases. + +=== xref:errors/gql-errors/42NA3.adoc[42NA3] + +Status description:: error: syntax error or access rule violation - schema operations on composite database. Schema operations are not supported on composite databases. + +=== xref:errors/gql-errors/42NA4.adoc[42NA4] + +Status description:: error: syntax error or access rule violation - transaction operations on composite database. Transaction operations are not supported on composite databases. + === xref:errors/gql-errors/42NA5.adoc[42NA5] Status description:: error: syntax error or access rule violation - accessing multiple graphs only supported on composite databases. Accessing multiple graphs in the same query is only supported on composite databases. Connect to a composite database with the desired constituents. @@ -1563,6 +1601,11 @@ Status description:: error: system configuration or operation exception - not su Status description:: error: system configuration or operation exception - not supported with this configuration. `{ <> }` is not supported in `{ <> }`. +=== xref:errors/gql-errors/51N31.adoc[51N31] + +Status description:: error: system configuration or operation exception - not supported. `{ <> }` is not supported in `{ <> }`. + + === xref:errors/gql-errors/51N32.adoc[51N32] Status description:: error: system configuration or operation exception - server panic. Server is in panic. @@ -1681,6 +1724,12 @@ Status description:: error: system configuration or operation exception - topolo Status description:: error: system configuration or operation exception - generic topology modification error. Unexpected error while picking allocations. `{ <> }` + +=== xref:errors/gql-errors/51N58.adoc[51N58] + +Status description:: error: system configuration or operation exception - invalid shard topology. Invalid database shard topology. The number of `{ <> }` `{ <<$count>> }` needs to be at least 1 and may not exceed `{ <> }`. + + === xref:errors/gql-errors/51N59.adoc[51N59] Status description:: error: system configuration or operation exception - internal resource exhaustion. The DBMS is unable to handle the request, please retry later or contact the system operator. More information is present in the logs. From 92e6096f2557e9df0d64137163c10cf74873a3c0 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Mon, 28 Apr 2025 08:21:13 +0200 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Louise Berglund --- modules/ROOT/pages/errors/gql-errors/42I30.adoc | 2 +- modules/ROOT/pages/errors/gql-errors/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/42I30.adoc b/modules/ROOT/pages/errors/gql-errors/42I30.adoc index 9f53db7c..eb6239b8 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I30.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I30.adoc @@ -2,7 +2,7 @@ == Status description -error: syntax error or access rule violation - invalid use of label expressions. Label expressions cannot be used in a `{ <> }`. +error: syntax error or access rule violation - invalid use of label expressions. Label expressions cannot be used in `{ <> }`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index b4920140..1575bdc1 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -871,7 +871,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 a `{ <> }`. +Status description:: error: syntax error or access rule violation - invalid use of label expressions. Label expressions cannot be used in `{ <> }`. === xref:errors/gql-errors/42I31.adoc[42I31]