From 6e5213bbf5ff60ff3338eca2342c5891ba13086a Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 28 Feb 2025 13:12:13 +0000 Subject: [PATCH 1/5] Update dev version to 2025.03 (#274) --- antora.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/antora.yml b/antora.yml index f9750253..67877466 100644 --- a/antora.yml +++ b/antora.yml @@ -1,12 +1,12 @@ name: status-codes title: Status Codes for Errors & Notifications -version: '2025.02' +version: '2025.03' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: page-origin-private: false - neo4j-version: '2025.02' - neo4j-version-exact: '2025.02.0' - neo4j-buildnumber: '2025.02' \ No newline at end of file + neo4j-version: '2025.03' + neo4j-version-exact: '2025.03.0' + neo4j-buildnumber: '2025.03' \ No newline at end of file From 1911b70b04a93a3810f97bf59d705cb8100064b4 Mon Sep 17 00:00:00 2001 From: Hannes Voigt <30618026+hvub@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:35:00 +0100 Subject: [PATCH 2/5] Remove 42002 (#278) related to https://github.com/neo-technology/neo4j/pull/30044 --- modules/ROOT/content-nav.adoc | 1 - modules/ROOT/pages/errors/gql-errors/42002.adoc | 11 ----------- modules/ROOT/pages/errors/gql-errors/index.adoc | 4 ---- 3 files changed, 16 deletions(-) delete mode 100644 modules/ROOT/pages/errors/gql-errors/42002.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index a78c964e..9e0c3826 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -161,7 +161,6 @@ *** xref:errors/gql-errors/index.adoc#syntax-error-or-access-rule-violation[Syntax error or access rule violation] **** xref:errors/gql-errors/42000.adoc[] **** xref:errors/gql-errors/42001.adoc[] -**** xref:errors/gql-errors/42002.adoc[] **** xref:errors/gql-errors/42006.adoc[] **** xref:errors/gql-errors/42007.adoc[] **** xref:errors/gql-errors/42008.adoc[] diff --git a/modules/ROOT/pages/errors/gql-errors/42002.adoc b/modules/ROOT/pages/errors/gql-errors/42002.adoc deleted file mode 100644 index 05e48add..00000000 --- a/modules/ROOT/pages/errors/gql-errors/42002.adoc +++ /dev/null @@ -1,11 +0,0 @@ -= 42002 - -== Status description -error: syntax error or access rule violation - invalid reference - -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 247df1b8..28ebef3d 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -651,10 +651,6 @@ Status description:: error: syntax error or access rule violation Status description:: error: syntax error or access rule violation - invalid syntax -=== xref:errors/gql-errors/42002.adoc[42002] - -Status description:: error: syntax error or access rule violation - invalid reference - === xref:errors/gql-errors/42006.adoc[42006] Status description:: error: syntax error or access rule violation - number of edge labels below supported minimum From bf0d0a706febd78b901ed6efa4aecef18ec9a7e0 Mon Sep 17 00:00:00 2001 From: Alex Fox Gill Date: Wed, 19 Mar 2025 14:39:32 +0000 Subject: [PATCH 3/5] Add 50N23 for failed Call In Transactions retry (#276) I hope I did this right - here is the accompanying implementation https://github.com/neo-technology/neo4j/pull/29934 --- modules/ROOT/content-nav.adoc | 1 + modules/ROOT/pages/errors/gql-errors/50N23.adoc | 11 +++++++++++ modules/ROOT/pages/errors/gql-errors/index.adoc | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 modules/ROOT/pages/errors/gql-errors/50N23.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 9e0c3826..03452316 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -300,6 +300,7 @@ **** xref:errors/gql-errors/50N16.adoc[] **** xref:errors/gql-errors/50N17.adoc[] **** xref:errors/gql-errors/50N21.adoc[] +**** xref:errors/gql-errors/50N23.adoc[] **** xref:errors/gql-errors/50N42.adoc[] *** xref:errors/gql-errors/index.adoc#system-configuration-or-operation-exceptions[System configuration or operation exceptions] **** xref:errors/gql-errors/51N00.adoc[] diff --git a/modules/ROOT/pages/errors/gql-errors/50N23.adoc b/modules/ROOT/pages/errors/gql-errors/50N23.adoc new file mode 100644 index 00000000..7df0acda --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/50N23.adoc @@ -0,0 +1,11 @@ += 50N23 + +== Status description +error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. + +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 28ebef3d..59a254a1 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1213,6 +1213,10 @@ Status description:: error: general processing exception - remote execution data Status description:: error: general processing exception - no such schema descriptor. The `{ <> }` was not found for `{ <> }`. Verify that the spelling is correct. +=== xref:errors/gql-errors/50N23.adoc[50N23] + +error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. + === xref:errors/gql-errors/50N42.adoc[50N42] Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details. From 7220e1a8dfbd92895f617259d152af106e7b8331 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Mon, 24 Mar 2025 16:24:22 +0100 Subject: [PATCH 4/5] Document errors implemented in 2025.03 (#284) --- modules/ROOT/content-nav.adoc | 41 +++ .../ROOT/pages/errors/gql-errors/08N02.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N19.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N29.adoc | 12 + .../ROOT/pages/errors/gql-errors/22N30.adoc | 12 + .../ROOT/pages/errors/gql-errors/22N31.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N32.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N34.adoc | 12 + .../ROOT/pages/errors/gql-errors/22N35.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N40.adoc | 11 + .../ROOT/pages/errors/gql-errors/22N41.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N42.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N47.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N49.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N52.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N53.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22N55.adoc | 11 + .../ROOT/pages/errors/gql-errors/22N57.adoc | 11 + .../ROOT/pages/errors/gql-errors/22N94.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22NA4.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22NA5.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22NA6.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22NA9.adoc | 11 + .../ROOT/pages/errors/gql-errors/22NB0.adoc | 2 +- .../ROOT/pages/errors/gql-errors/22NB5.adoc | 11 + .../ROOT/pages/errors/gql-errors/22NB6.adoc | 11 + .../ROOT/pages/errors/gql-errors/25N14.adoc | 11 + .../ROOT/pages/errors/gql-errors/25N15.adoc | 11 + .../ROOT/pages/errors/gql-errors/25N16.adoc | 11 + .../ROOT/pages/errors/gql-errors/42I00.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I01.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I02.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I07.adoc | 11 + .../ROOT/pages/errors/gql-errors/42I10.adoc | 11 + .../ROOT/pages/errors/gql-errors/42I14.adoc | 11 + .../ROOT/pages/errors/gql-errors/42I15.adoc | 11 + .../ROOT/pages/errors/gql-errors/42I16.adoc | 11 + .../ROOT/pages/errors/gql-errors/42I21.adoc | 11 + .../ROOT/pages/errors/gql-errors/42I24.adoc | 15 + .../ROOT/pages/errors/gql-errors/42I25.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I26.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I27.adoc | 15 + .../ROOT/pages/errors/gql-errors/42I28.adoc | 15 + .../ROOT/pages/errors/gql-errors/42I31.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I32.adoc | 15 + .../ROOT/pages/errors/gql-errors/42I33.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I35.adoc | 15 + .../ROOT/pages/errors/gql-errors/42I36.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I37.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I38.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42I43.adoc | 14 + .../ROOT/pages/errors/gql-errors/42I49.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N20.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N23.adoc | 15 + .../ROOT/pages/errors/gql-errors/42N41.adoc | 15 + .../ROOT/pages/errors/gql-errors/42N44.adoc | 15 + .../ROOT/pages/errors/gql-errors/42N45.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N47.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N48.adoc | 14 + .../ROOT/pages/errors/gql-errors/42N50.adoc | 14 + .../ROOT/pages/errors/gql-errors/42N54.adoc | 14 + .../ROOT/pages/errors/gql-errors/42N58.adoc | 14 + .../ROOT/pages/errors/gql-errors/42N63.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N65.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N68.adoc | 14 + .../ROOT/pages/errors/gql-errors/42N72.adoc | 14 + .../ROOT/pages/errors/gql-errors/42N73.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N82.adoc | 14 + .../ROOT/pages/errors/gql-errors/42N84.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42N88.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42NA9.adoc | 2 +- .../ROOT/pages/errors/gql-errors/42NFC.adoc | 14 + .../ROOT/pages/errors/gql-errors/51N01.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N04.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N06.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N08.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N09.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N15.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N22.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N23.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N26.adoc | 14 + .../ROOT/pages/errors/gql-errors/51N29.adoc | 2 +- .../ROOT/pages/errors/gql-errors/51N67.adoc | 14 + .../ROOT/pages/errors/gql-errors/51N70.adoc | 2 +- .../ROOT/pages/errors/gql-errors/52N26.adoc | 14 + .../ROOT/pages/errors/gql-errors/52N27.adoc | 14 + .../ROOT/pages/errors/gql-errors/52N28.adoc | 14 + .../ROOT/pages/errors/gql-errors/52N37.adoc | 2 +- .../ROOT/pages/errors/gql-errors/52N38.adoc | 14 + .../ROOT/pages/errors/gql-errors/52N39.adoc | 14 + .../ROOT/pages/errors/gql-errors/52U00.adoc | 4 +- .../ROOT/pages/errors/gql-errors/index.adoc | 264 ++++++++++++++---- 92 files changed, 852 insertions(+), 96 deletions(-) create mode 100644 modules/ROOT/pages/errors/gql-errors/22N29.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22N30.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22N34.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22N40.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22N55.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22N57.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22NA9.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22NB5.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/22NB6.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/25N14.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/25N15.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/25N16.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I07.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I10.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I14.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I15.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I16.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I21.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I24.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I27.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I28.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I32.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I35.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42I43.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N23.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N41.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N44.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N48.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N50.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N54.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N58.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N68.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N72.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42N82.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/42NFC.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/51N26.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/51N67.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/52N26.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/52N27.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/52N28.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/52N38.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/52N39.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 03452316..9e642840 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -61,14 +61,18 @@ **** xref:errors/gql-errors/22N26.adoc[] **** xref:errors/gql-errors/22N27.adoc[] **** xref:errors/gql-errors/22N28.adoc[] +**** xref:errors/gql-errors/22N29.adoc[] +**** xref:errors/gql-errors/22N30.adoc[] **** xref:errors/gql-errors/22N31.adoc[] **** xref:errors/gql-errors/22N32.adoc[] **** xref:errors/gql-errors/22N33.adoc[] +**** xref:errors/gql-errors/22N34.adoc[] **** xref:errors/gql-errors/22N35.adoc[] **** xref:errors/gql-errors/22N36.adoc[] **** xref:errors/gql-errors/22N37.adoc[] **** xref:errors/gql-errors/22N38.adoc[] **** xref:errors/gql-errors/22N39.adoc[] +**** xref:errors/gql-errors/22N40.adoc[] **** xref:errors/gql-errors/22N41.adoc[] **** xref:errors/gql-errors/22N42.adoc[] **** xref:errors/gql-errors/22N43.adoc[] @@ -81,7 +85,9 @@ **** xref:errors/gql-errors/22N52.adoc[] **** xref:errors/gql-errors/22N53.adoc[] **** xref:errors/gql-errors/22N54.adoc[] +**** xref:errors/gql-errors/22N55.adoc[] **** xref:errors/gql-errors/22N56.adoc[] +**** xref:errors/gql-errors/22N57.adoc[] **** xref:errors/gql-errors/22N58.adoc[] **** xref:errors/gql-errors/22N59.adoc[] **** xref:errors/gql-errors/22N62.adoc[] @@ -127,11 +133,14 @@ **** xref:errors/gql-errors/22NA6.adoc[] **** xref:errors/gql-errors/22NA7.adoc[] **** xref:errors/gql-errors/22NA8.adoc[] +**** xref:errors/gql-errors/22NA9.adoc[] **** xref:errors/gql-errors/22NB0.adoc[] **** xref:errors/gql-errors/22NB1.adoc[] **** xref:errors/gql-errors/22NB2.adoc[] **** xref:errors/gql-errors/22NB3.adoc[] **** xref:errors/gql-errors/22NB4.adoc[] +**** xref:errors/gql-errors/22NB5.adoc[] +**** xref:errors/gql-errors/22NB6.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[] @@ -145,6 +154,9 @@ **** xref:errors/gql-errors/25N11.adoc[] **** xref:errors/gql-errors/25N12.adoc[] **** xref:errors/gql-errors/25N13.adoc[] +**** xref:errors/gql-errors/25N14.adoc[] +**** xref:errors/gql-errors/25N15.adoc[] +**** xref:errors/gql-errors/25N16.adoc[] *** xref:errors/gql-errors/index.adoc#invalid-transaction-termination[Invalid transaction termination] **** xref:errors/gql-errors/2DN01.adoc[] **** xref:errors/gql-errors/2DN02.adoc[] @@ -177,21 +189,32 @@ **** xref:errors/gql-errors/42I04.adoc[] **** xref:errors/gql-errors/42I05.adoc[] **** xref:errors/gql-errors/42I06.adoc[] +**** xref:errors/gql-errors/42I07.adoc[] **** xref:errors/gql-errors/42I08.adoc[] +**** xref:errors/gql-errors/42I10.adoc[] **** xref:errors/gql-errors/42I11.adoc[] **** xref:errors/gql-errors/42I12.adoc[] **** xref:errors/gql-errors/42I13.adoc[] +**** xref:errors/gql-errors/42I14.adoc[] +**** xref:errors/gql-errors/42I15.adoc[] +**** xref:errors/gql-errors/42I16.adoc[] **** xref:errors/gql-errors/42I17.adoc[] **** xref:errors/gql-errors/42I18.adoc[] **** xref:errors/gql-errors/42I19.adoc[] **** xref:errors/gql-errors/42I20.adoc[] +**** xref:errors/gql-errors/42I21.adoc[] **** xref:errors/gql-errors/42I23.adoc[] +**** xref:errors/gql-errors/42I24.adoc[] **** xref:errors/gql-errors/42I25.adoc[] **** xref:errors/gql-errors/42I26.adoc[] +**** xref:errors/gql-errors/42I27.adoc[] +**** xref:errors/gql-errors/42I28.adoc[] **** xref:errors/gql-errors/42I29.adoc[] **** xref:errors/gql-errors/42I31.adoc[] +**** xref:errors/gql-errors/42I32.adoc[] **** xref:errors/gql-errors/42I33.adoc[] **** xref:errors/gql-errors/42I34.adoc[] +**** xref:errors/gql-errors/42I35.adoc[] **** xref:errors/gql-errors/42I36.adoc[] **** xref:errors/gql-errors/42I37.adoc[] **** xref:errors/gql-errors/42I38.adoc[] @@ -199,6 +222,7 @@ **** xref:errors/gql-errors/42I40.adoc[] **** xref:errors/gql-errors/42I41.adoc[] **** xref:errors/gql-errors/42I42.adoc[] +**** xref:errors/gql-errors/42I43.adoc[] **** xref:errors/gql-errors/42I45.adoc[] **** xref:errors/gql-errors/42I46.adoc[] **** xref:errors/gql-errors/42I47.adoc[] @@ -230,6 +254,7 @@ **** xref:errors/gql-errors/42N20.adoc[] **** xref:errors/gql-errors/42N21.adoc[] **** xref:errors/gql-errors/42N22.adoc[] +**** xref:errors/gql-errors/42N23.adoc[] **** xref:errors/gql-errors/42N24.adoc[] **** xref:errors/gql-errors/42I26.adoc[] **** xref:errors/gql-errors/42N28.adoc[] @@ -243,23 +268,31 @@ **** xref:errors/gql-errors/42N38.adoc[] **** xref:errors/gql-errors/42N39.adoc[] **** xref:errors/gql-errors/42N40.adoc[] +**** xref:errors/gql-errors/42N41.adoc[] **** xref:errors/gql-errors/42N42.adoc[] +**** xref:errors/gql-errors/42N44.adoc[] **** xref:errors/gql-errors/42N45.adoc[] **** xref:errors/gql-errors/42N47.adoc[] +**** xref:errors/gql-errors/42N48.adoc[] **** xref:errors/gql-errors/42N49.adoc[] +**** xref:errors/gql-errors/42N50.adoc[] **** xref:errors/gql-errors/42N51.adoc[] **** xref:errors/gql-errors/42N53.adoc[] +**** xref:errors/gql-errors/42N54.adoc[] **** xref:errors/gql-errors/42N56.adoc[] **** xref:errors/gql-errors/42N57.adoc[] +**** xref:errors/gql-errors/42N58.adoc[] **** xref:errors/gql-errors/42N59.adoc[] **** xref:errors/gql-errors/42N62.adoc[] **** xref:errors/gql-errors/42N63.adoc[] **** xref:errors/gql-errors/42N64.adoc[] **** xref:errors/gql-errors/42N65.adoc[] **** xref:errors/gql-errors/42N66.adoc[] +**** xref:errors/gql-errors/42N68.adoc[] **** xref:errors/gql-errors/42N69.adoc[] **** xref:errors/gql-errors/42N70.adoc[] **** xref:errors/gql-errors/42N71.adoc[] +**** xref:errors/gql-errors/42N72.adoc[] **** xref:errors/gql-errors/42N73.adoc[] **** xref:errors/gql-errors/42N74.adoc[] **** xref:errors/gql-errors/42N75.adoc[] @@ -267,6 +300,7 @@ **** xref:errors/gql-errors/42N77.adoc[] **** xref:errors/gql-errors/42N78.adoc[] **** xref:errors/gql-errors/42N81.adoc[] +**** xref:errors/gql-errors/42N82.adoc[] **** xref:errors/gql-errors/42N83.adoc[] **** xref:errors/gql-errors/42N84.adoc[] **** xref:errors/gql-errors/42N85.adoc[] @@ -282,6 +316,7 @@ **** xref:errors/gql-errors/42NA7.adoc[] **** xref:errors/gql-errors/42NA8.adoc[] **** xref:errors/gql-errors/42NA9.adoc[] +**** xref:errors/gql-errors/42NFC.adoc[] **** xref:errors/gql-errors/42NFD.adoc[] **** xref:errors/gql-errors/42NFE.adoc[] **** xref:errors/gql-errors/42NFF.adoc[] @@ -328,6 +363,7 @@ **** xref:errors/gql-errors/51N23.adoc[] **** xref:errors/gql-errors/51N24.adoc[] **** xref:errors/gql-errors/51N25.adoc[] +**** xref:errors/gql-errors/51N26.adoc[] **** xref:errors/gql-errors/51N27.adoc[] **** xref:errors/gql-errors/51N28.adoc[] **** xref:errors/gql-errors/51N29.adoc[] @@ -365,6 +401,7 @@ **** xref:errors/gql-errors/51N64.adoc[] **** xref:errors/gql-errors/51N65.adoc[] **** xref:errors/gql-errors/51N66.adoc[] +**** xref:errors/gql-errors/51N67.adoc[] **** xref:errors/gql-errors/51N68.adoc[] **** xref:errors/gql-errors/51N69.adoc[] **** xref:errors/gql-errors/51N70.adoc[] @@ -394,6 +431,8 @@ **** xref:errors/gql-errors/52N23.adoc[] **** xref:errors/gql-errors/52N24.adoc[] **** xref:errors/gql-errors/52N25.adoc[] +**** xref:errors/gql-errors/52N26.adoc[] +**** xref:errors/gql-errors/52N28.adoc[] **** xref:errors/gql-errors/52N29.adoc[] **** xref:errors/gql-errors/52N30.adoc[] **** xref:errors/gql-errors/52N31.adoc[] @@ -403,6 +442,8 @@ **** xref:errors/gql-errors/52N35.adoc[] **** xref:errors/gql-errors/52N36.adoc[] **** xref:errors/gql-errors/52N37.adoc[] +**** xref:errors/gql-errors/52N38.adoc[] +**** xref:errors/gql-errors/52N39.adoc[] **** xref:errors/gql-errors/52U00.adoc[] *** xref:errors/gql-errors/index.adoc#function-exceptions[Function exceptions] **** xref:errors/gql-errors/53N34.adoc[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N02.adoc b/modules/ROOT/pages/errors/gql-errors/08N02.adoc index 805fad3c..e1a99208 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N02.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N02.adoc @@ -6,7 +6,7 @@ error: connection exception - unable to connect to database. Unable to connect t .Example of error message [source] ---- -error: connection exception - unable to connect to database. Unable to connect to database `mydb`. Server-side routing is disabled. Either connect to `mydb` directly, or enable server-side routing by setting 'dbms.routing.enabled=true'. +error: connection exception - unable to connect to database. Unable to connect to database `mydb`. Server-side routing is disabled. Either connect to `mydb` directly, or enable server-side routing by setting `dbms.routing.enabled=true`. ---- == Possible solution diff --git a/modules/ROOT/pages/errors/gql-errors/22N19.adoc b/modules/ROOT/pages/errors/gql-errors/22N19.adoc index c9096d16..42ba4c5a 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N19.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N19.adoc @@ -1,7 +1,7 @@ = 22N19 == Status description -error: data exception - invalid spatial value. A `POINT` must contain either 'x' and 'y', or 'latitude' and 'longitude'. +error: data exception - invalid spatial value. A `POINT` must contain either `x` and `y`, or `latitude` and `longitude`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22N29.adoc b/modules/ROOT/pages/errors/gql-errors/22N29.adoc new file mode 100644 index 00000000..6d54172b --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22N29.adoc @@ -0,0 +1,12 @@ + += 22N29 + +== Status description +error: data exception - unknown coordinate reference system. Unknown coordinate reference system (CRS). + +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/22N30.adoc b/modules/ROOT/pages/errors/gql-errors/22N30.adoc new file mode 100644 index 00000000..a93938f2 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22N30.adoc @@ -0,0 +1,12 @@ + += 22N30 + +== Status description +error: data exception - missing temporal unit. At least one temporal unit must be specified. + +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/22N31.adoc b/modules/ROOT/pages/errors/gql-errors/22N31.adoc index fecd1151..ef167172 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N31.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N31.adoc @@ -2,7 +2,7 @@ == Status description -error: data exception - invalid properties in merge pattern. 'MERGE' cannot be used with graph element property values that are null or NaN. +error: data exception - invalid properties in merge pattern. `MERGE` cannot be used with graph element property values that are null or NaN. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/22N32.adoc b/modules/ROOT/pages/errors/gql-errors/22N32.adoc index 70038703..f9c02a65 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N32.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N32.adoc @@ -1,7 +1,7 @@ = 22N32 == Status description -error: data exception - non-deterministic sort expression. 'ORDER BY' expressions must be deterministic. +error: data exception - non-deterministic sort expression. `ORDER BY` expressions must be deterministic. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22N34.adoc b/modules/ROOT/pages/errors/gql-errors/22N34.adoc new file mode 100644 index 00000000..8bc3c885 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22N34.adoc @@ -0,0 +1,12 @@ + += 22N34 + +== Status description +error: data exception - invalid use of aggregate function. Cannot use `{ <> }` function inside an aggregate function. + +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/22N35.adoc b/modules/ROOT/pages/errors/gql-errors/22N35.adoc index d7e6dedb..e73b2f7a 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N35.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N35.adoc @@ -1,7 +1,7 @@ = 22N35 == Status description -error: data exception - invalid date format. Cannot parse `{ <> }` as a DATE. Calendar dates need to be specified using the format 'YYYY-MM', while ordinal dates need to be specified using the format 'YYYY-DDD'. +error: data exception - invalid date format. Cannot parse `{ <> }` as a DATE. Calendar dates need to be specified using the format `YYYY-MM`, while ordinal dates need to be specified using the format `YYYY-DDD`. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/22N40.adoc b/modules/ROOT/pages/errors/gql-errors/22N40.adoc new file mode 100644 index 00000000..14e17f9b --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22N40.adoc @@ -0,0 +1,11 @@ += 22N40 + +== Status description +error: data exception - non-assignable temporal component. Cannot assign `{ <> }` of a `{ <> }`. + +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/22N41.adoc b/modules/ROOT/pages/errors/gql-errors/22N41.adoc index 455421c3..ff9cdc13 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N41.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N41.adoc @@ -1,7 +1,7 @@ = 22N41 == Status description -error: data exception - merge node uniqueness constraint violation. The 'MERGE' clause did not find a matching node `{ <> }` and cannot create a new node due to conflicts with existing uniqueness constraints. +error: data exception - merge node uniqueness constraint violation. The `MERGE` clause did not find a matching node `{ <> }` and cannot create a new node due to conflicts with existing uniqueness constraints. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/22N42.adoc b/modules/ROOT/pages/errors/gql-errors/22N42.adoc index bb40c896..1e95551d 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N42.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N42.adoc @@ -1,7 +1,7 @@ = 22N42 == Status description -error: data exception - merge relationship uniqueness constraint violation. The 'MERGE' clause did not find a matching relationship `{ <> }` and cannot create a new relationship due to conflicts with existing uniqueness constraints. +error: data exception - merge relationship uniqueness constraint violation. The `MERGE` clause did not find a matching relationship `{ <> }` and cannot create a new relationship due to conflicts with existing uniqueness constraints. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/22N47.adoc b/modules/ROOT/pages/errors/gql-errors/22N47.adoc index 4e1977f3..7cf2d37f 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N47.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N47.adoc @@ -1,7 +1,7 @@ = 22N47 == Status description -error: data exception - invalid parallel runtime configuration. No workers are configured for the parallel runtime. Set 'server.cypher.parallel.worker_limit' to a larger value. +error: data exception - invalid parallel runtime configuration. No workers are configured for the parallel runtime. Set `server.cypher.parallel.worker_limit` to a larger value. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22N49.adoc b/modules/ROOT/pages/errors/gql-errors/22N49.adoc index c7678e51..3161dc55 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N49.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N49.adoc @@ -1,7 +1,7 @@ = 22N49 == Status description -error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via 'dbms.import.csv.buffer_size'. +error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via `dbms.import.csv.buffer_size`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22N52.adoc b/modules/ROOT/pages/errors/gql-errors/22N52.adoc index 6190516f..daac5be5 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N52.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N52.adoc @@ -1,7 +1,7 @@ = 22N52 == Status description -error: data exception - invalid combination of PROFILE and EXPLAIN. 'PROFILE' and 'EXPLAIN' cannot be combined. +error: data exception - invalid combination of PROFILE and EXPLAIN. `PROFILE` and `EXPLAIN` cannot be combined. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22N53.adoc b/modules/ROOT/pages/errors/gql-errors/22N53.adoc index b34b82c3..e28a7487 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N53.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N53.adoc @@ -1,7 +1,7 @@ = 22N53 == Status description -error: data exception - invalid use of PROFILE. Cannot 'PROFILE' query before results are materialized. +error: data exception - invalid use of PROFILE. Cannot `PROFILE` query before results are materialized. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22N55.adoc b/modules/ROOT/pages/errors/gql-errors/22N55.adoc new file mode 100644 index 00000000..7f8aa658 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22N55.adoc @@ -0,0 +1,11 @@ += 22N55 + +== Status description +error: data exception - required key missing from map. Map requires key `{ <> }` but was missing from field `{ <> }`. + +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/22N57.adoc b/modules/ROOT/pages/errors/gql-errors/22N57.adoc new file mode 100644 index 00000000..8fd50c7b --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22N57.adoc @@ -0,0 +1,11 @@ += 22N57 + +== Status description +error: data exception - invalid protocol type. Protocol type is invalid. Invalid number of struct components (received `{ <>1 }` but expected `{ <>2 }`). + +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/22N94.adoc b/modules/ROOT/pages/errors/gql-errors/22N94.adoc index db8e2316..28c12f19 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N94.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N94.adoc @@ -1,7 +1,7 @@ = 22N94 == Status description -error: data exception - invalid YIELD *. 'YIELD *' is not supported in this context. Explicitly specify which columns to yield. +error: data exception - invalid YIELD *. `YIELD *` is not supported in this context. Explicitly specify which columns to yield. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22NA4.adoc b/modules/ROOT/pages/errors/gql-errors/22NA4.adoc index e790aa29..c8aec5a2 100644 --- a/modules/ROOT/pages/errors/gql-errors/22NA4.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22NA4.adoc @@ -1,7 +1,7 @@ = 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'. +error: data exception - invalid property based access control rule involving comparison with `NULL`. The property value access rule pattern `{ <> }` always evaluates to `NULL`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22NA5.adoc b/modules/ROOT/pages/errors/gql-errors/22NA5.adoc index 2a31b4d9..2038d535 100644 --- a/modules/ROOT/pages/errors/gql-errors/22NA5.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22NA5.adoc @@ -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 `{ <> }` 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 `{ <> }` always evaluates to `NULL`. Use `IS NULL` instead. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22NA6.adoc b/modules/ROOT/pages/errors/gql-errors/22NA6.adoc index dbf688f6..5774f4cf 100644 --- a/modules/ROOT/pages/errors/gql-errors/22NA6.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22NA6.adoc @@ -1,7 +1,7 @@ = 22NA6 == Status description -error: data exception - invalid property based access control rule involving IS NOT NULL. The property value access rule pattern `{ <> }` always evaluates to 'NULL'. Use 'IS NOT NULL' instead. +error: data exception - invalid property based access control rule involving `IS NOT NULL`. The property value access rule pattern `{ <> }` always evaluates to `NULL`. Use `IS NOT NULL` instead. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22NA9.adoc b/modules/ROOT/pages/errors/gql-errors/22NA9.adoc new file mode 100644 index 00000000..fb040a76 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NA9.adoc @@ -0,0 +1,11 @@ += 22NA9 + +== Status description +error: data exception - unexpected map entry. Invalid input. Unexpected key `{ <> }`, expected keys are `{ <> }`. + +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/22NB0.adoc b/modules/ROOT/pages/errors/gql-errors/22NB0.adoc index 22aca27a..588b0d26 100644 --- a/modules/ROOT/pages/errors/gql-errors/22NB0.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22NB0.adoc @@ -1,7 +1,7 @@ = 22NB0 == Status description -error: data exception - invalid property based access control rule involving WHERE and IS NULL. The property value access rule pattern `{ <> }` always evaluates to 'NULL'. Use `WHERE` syntax in combination with `IS NULL` instead. +error: data exception - invalid property based access control rule involving `WHERE` and `IS NULL`. The property value access rule pattern `{ <> }` always evaluates to `NULL`. Use `WHERE` syntax in combination with `IS NULL` instead. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/22NB5.adoc b/modules/ROOT/pages/errors/gql-errors/22NB5.adoc new file mode 100644 index 00000000..8b194260 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NB5.adoc @@ -0,0 +1,11 @@ += 22NB5 + +== Status description +error: data exception - unsupported time zone identifier. Unknown time zone identifier `{ <> }`. + +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/22NB6.adoc b/modules/ROOT/pages/errors/gql-errors/22NB6.adoc new file mode 100644 index 00000000..588cd0fb --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NB6.adoc @@ -0,0 +1,11 @@ += 22NB6 + +== Status description +error: data exception - input empty. Invalid input. `{ <> }` is not allowed to be an empty string. + +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/25N14.adoc b/modules/ROOT/pages/errors/gql-errors/25N14.adoc new file mode 100644 index 00000000..9404cc22 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/25N14.adoc @@ -0,0 +1,11 @@ += 25N14 + +== Status description +error: invalid transaction state - transaction termination client error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` + +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/25N15.adoc b/modules/ROOT/pages/errors/gql-errors/25N15.adoc new file mode 100644 index 00000000..a1184442 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/25N15.adoc @@ -0,0 +1,11 @@ += 25N14 + +== Status description +error: invalid transaction state - transaction termination database error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` + +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/25N16.adoc b/modules/ROOT/pages/errors/gql-errors/25N16.adoc new file mode 100644 index 00000000..e30bb019 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/25N16.adoc @@ -0,0 +1,11 @@ += 25N16 + +== Status description +error: invalid transaction state - transaction termination transient error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` + +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/42I00.adoc b/modules/ROOT/pages/errors/gql-errors/42I00.adoc index dbf65836..3fed43f7 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I00.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I00.adoc @@ -1,7 +1,7 @@ = 42I00 == Status description -error: syntax error or access rule violation - invalid case expression. 'CASE' expressions must have the same number of 'WHEN' and 'THEN' operands. +error: syntax error or access rule violation - invalid case expression. `CASE` expressions must have the same number of `WHEN` and `THEN` operands. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42I01.adoc b/modules/ROOT/pages/errors/gql-errors/42I01.adoc index cadcb105..ab1461b5 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I01.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I01.adoc @@ -1,7 +1,7 @@ = 42I01 == Status description -error: syntax error or access rule violation - invalid `FOREACH`. Invalid use of `{ <> }` inside 'FOREACH'. +error: syntax error or access rule violation - invalid `FOREACH`. Invalid use of `{ <> }` inside `FOREACH`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42I02.adoc b/modules/ROOT/pages/errors/gql-errors/42I02.adoc index aed1a022..a83a53fc 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I02.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I02.adoc @@ -1,7 +1,7 @@ = 42I02 == Status description -error: syntax error or access rule violation - invalid comment. Failed to parse comment. A comment starting with '/\*' must also have a closing '*/'. +error: syntax error or access rule violation - invalid comment. Failed to parse comment. A comment starting with `/\*` must also have a closing `*/`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42I07.adoc b/modules/ROOT/pages/errors/gql-errors/42I07.adoc new file mode 100644 index 00000000..3d8bbd1d --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I07.adoc @@ -0,0 +1,11 @@ += 42I07 + +== Status description +error: syntax error or access rule violation - invalid integer literal. The given `{ <> }` literal `{ <> }` is invalid. + +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/42I10.adoc b/modules/ROOT/pages/errors/gql-errors/42I10.adoc new file mode 100644 index 00000000..7c42d56a --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I10.adoc @@ -0,0 +1,11 @@ += 42I10 + +== Status description +error: syntax error or access rule violation - invalid label expression. Mixing label expression symbols (`|`, `&`, `!`, and `%`) with colon (`:`) between labels is not allowed. This expression could be expressed as `{ <> }`. + +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/42I14.adoc b/modules/ROOT/pages/errors/gql-errors/42I14.adoc new file mode 100644 index 00000000..c639ada5 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I14.adoc @@ -0,0 +1,11 @@ += 42I14 + +== Status description +error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <> }`. + +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/42I15.adoc b/modules/ROOT/pages/errors/gql-errors/42I15.adoc new file mode 100644 index 00000000..2ab0a63e --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I15.adoc @@ -0,0 +1,11 @@ += 42I15 + +== Status description +error: syntax error or access rule violation - invalid number of statements. Expected exactly one statement per query but got: `{ <> }`. + +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/42I16.adoc b/modules/ROOT/pages/errors/gql-errors/42I16.adoc new file mode 100644 index 00000000..94ac1b73 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I16.adoc @@ -0,0 +1,11 @@ += 42I16 + +== Status description +error: syntax error or access rule violation - invalid point. Map with keys `{ <> }` is not a valid POINT. Use either Cartesian or geographic coordinates. + +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/42I21.adoc b/modules/ROOT/pages/errors/gql-errors/42I21.adoc new file mode 100644 index 00000000..2dd43801 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I21.adoc @@ -0,0 +1,11 @@ += 42I21 + +== Status description +error: syntax error or access rule violation - invalid reference to variable out of scope. Not allowed to reference `{ <> }` from within a parenthesized/quantified path pattern like `{ <> }` in the same graph pattern. + +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/42I24.adoc b/modules/ROOT/pages/errors/gql-errors/42I24.adoc new file mode 100644 index 00000000..943081a6 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I24.adoc @@ -0,0 +1,15 @@ += 42I24 + + +== Status description +error: syntax error or access rule violation - invalid use of aggregate function. Aggregate expression `{ <> }` is not allowed in this context. + + + + +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/42I25.adoc b/modules/ROOT/pages/errors/gql-errors/42I25.adoc index 9d12c468..c90833c1 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I25.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I25.adoc @@ -1,7 +1,7 @@ = 42I25 == Status description -error: syntax error or access rule violation - invalid use of `CALL IN TRANSACTIONS`. 'CALL { ... } IN TRANSACTIONS' is not supported after a write clause. +error: syntax error or access rule violation - invalid use of `CALL IN TRANSACTIONS`. `CALL { ... } IN TRANSACTIONS` is not supported after a write clause. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42I26.adoc b/modules/ROOT/pages/errors/gql-errors/42I26.adoc index 87550159..31e3c967 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I26.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I26.adoc @@ -2,7 +2,7 @@ == Status description -error: syntax error or access rule violation - invalid `DELETE`. 'DELETE ...' does not support removing labels from a node. Use 'REMOVE ...' instead. +error: syntax error or access rule violation - invalid `DELETE`. `DELETE ...` does not support removing labels from a node. Use `REMOVE ...` instead. diff --git a/modules/ROOT/pages/errors/gql-errors/42I27.adoc b/modules/ROOT/pages/errors/gql-errors/42I27.adoc new file mode 100644 index 00000000..37082d9b --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I27.adoc @@ -0,0 +1,15 @@ += 42I27 + + +== Status description +error: syntax error or access rule violation - invalid use of `DISTINCT` with non-aggregate function. `DISTINCT` cannot be used with the `{ <> }` function. + + + + +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/42I28.adoc b/modules/ROOT/pages/errors/gql-errors/42I28.adoc new file mode 100644 index 00000000..27e5c34f --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I28.adoc @@ -0,0 +1,15 @@ += 42I28 + + +== Status description +error: syntax error or access rule violation - invalid use of importing `WITH`. Importing `WITH` can consist only of direct references to outside variables. `{ <> }` is not allowed. + + + + +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/42I31.adoc b/modules/ROOT/pages/errors/gql-errors/42I31.adoc index 9d83a1af..e5d7e32d 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I31.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I31.adoc @@ -1,7 +1,7 @@ = 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. +error: syntax error or access rule violation - invalid use of `MATCH`. `MATCH ...` cannot directly follow an `OPTIONAL MATCH ...`. Use a `WITH` clause between them. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42I32.adoc b/modules/ROOT/pages/errors/gql-errors/42I32.adoc new file mode 100644 index 00000000..7041016e --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I32.adoc @@ -0,0 +1,15 @@ += 42I32 + + +== Status description +error: syntax error or access rule violation - invalid use of node and relationship pattern predicate. Node and relationship pattern predicates cannot be used in `{ <> }`. They can only be used in a `MATCH` clause or inside a pattern comprehension. + + + + +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/42I33.adoc b/modules/ROOT/pages/errors/gql-errors/42I33.adoc index 5423fc80..f6311a99 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I33.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I33.adoc @@ -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] diff --git a/modules/ROOT/pages/errors/gql-errors/42I35.adoc b/modules/ROOT/pages/errors/gql-errors/42I35.adoc new file mode 100644 index 00000000..a69648ec --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I35.adoc @@ -0,0 +1,15 @@ += 42I32 + + +== Status description +error: syntax error or access rule violation - invalid use of relationship type expression. Relationship type expressions can only be used in `MATCH ...`. + + + + +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/42I36.adoc b/modules/ROOT/pages/errors/gql-errors/42I36.adoc index a28769a7..c600bd6d 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I36.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I36.adoc @@ -2,7 +2,7 @@ == Status description -error: syntax error or access rule violation - invalid use of `REPORT STATUS`. 'REPORT STATUS' can only be used when specifying 'ON ERROR CONTINUE' or 'ON ERROR BREAK'. +error: syntax error or access rule violation - invalid use of `REPORT STATUS`. `REPORT STATUS` can only be used when specifying `ON ERROR CONTINUE` or `ON ERROR BREAK`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42I37.adoc b/modules/ROOT/pages/errors/gql-errors/42I37.adoc index 8b5d4efa..56d197ba 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I37.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I37.adoc @@ -1,7 +1,7 @@ = 42I37 == Status description -error: syntax error or access rule violation - invalid use of `RETURN *`. 'RETURN *' is not allowed when there are no variables in scope. +error: syntax error or access rule violation - invalid use of `RETURN *`. `RETURN *` is not allowed when there are no variables in scope. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42I38.adoc b/modules/ROOT/pages/errors/gql-errors/42I38.adoc index 55036dac..175af683 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I38.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I38.adoc @@ -1,7 +1,7 @@ = 42I38 == Status description -error: syntax error or access rule violation - invalid use of `RETURN`. 'RETURN ...' can only be used at the end of a query or subquery. +error: syntax error or access rule violation - invalid use of `RETURN`. `RETURN ...` can only be used at the end of a query or subquery. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42I43.adoc b/modules/ROOT/pages/errors/gql-errors/42I43.adoc new file mode 100644 index 00000000..0675e291 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42I43.adoc @@ -0,0 +1,14 @@ += 42I43 + + +== Status description +error: syntax error or access rule violation - invalid use of `YIELD *`. `YIELD *` can only be used with a standalone procedure call. + + + +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/42I49.adoc b/modules/ROOT/pages/errors/gql-errors/42I49.adoc index 9ad5af50..0201692e 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I49.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I49.adoc @@ -1,7 +1,7 @@ = 42I49 == Status description -error: syntax error or access rule violation - invalid inequality operator. Unknown inequality operator '!='. The operator for inequality in Cypher is '<>'. +error: syntax error or access rule violation - invalid inequality operator. Unknown inequality operator `!=`. The operator for inequality in Cypher is `<>`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42N20.adoc b/modules/ROOT/pages/errors/gql-errors/42N20.adoc index b40fb426..c1e12ab5 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N20.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N20.adoc @@ -1,7 +1,7 @@ = 42N20 == Status description -error: syntax error or access rule violation - empty list range operator. The list range operator '[ ]' cannot be empty. +error: syntax error or access rule violation - empty list range operator. The list range operator `[ ]` cannot be empty. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42N23.adoc b/modules/ROOT/pages/errors/gql-errors/42N23.adoc new file mode 100644 index 00000000..07ac6c8a --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N23.adoc @@ -0,0 +1,15 @@ += 42N23 + + +== Status description +error: syntax error or access rule violation - missing reference to aggregation function. The aggregating function must be included in the `{ <> }` clause for use in `ORDER 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/42N41.adoc b/modules/ROOT/pages/errors/gql-errors/42N41.adoc new file mode 100644 index 00000000..f778514c --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N41.adoc @@ -0,0 +1,15 @@ += 42N23 + + +== Status description +error: syntax error or access rule violation - missing `|-expression`. The reduce function requires a `| expression` after the accumulator. + + + + +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/42N44.adoc b/modules/ROOT/pages/errors/gql-errors/42N44.adoc new file mode 100644 index 00000000..6dd4da68 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N44.adoc @@ -0,0 +1,15 @@ += 42N44 + + +== Status description +error: syntax error or access rule violation - inaccessible variable. It is not possible to access the variable `{ <> }` declared before the `{ <> }` clause when using `DISTINCT` or an aggregation. + + + + +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/42N45.adoc b/modules/ROOT/pages/errors/gql-errors/42N45.adoc index 6cb7413d..2bfb96cb 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N45.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N45.adoc @@ -1,7 +1,7 @@ = 42N45 == Status description -error: syntax error or access rule violation - unexpected end of input. Unexpected end of input, expected 'CYPHER', 'EXPLAIN', 'PROFILE' or a query. +error: syntax error or access rule violation - unexpected end of input. Unexpected end of input, expected `CYPHER`, `EXPLAIN`, `PROFILE` or a query. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42N47.adoc b/modules/ROOT/pages/errors/gql-errors/42N47.adoc index c339a37d..cf60c195 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N47.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N47.adoc @@ -2,7 +2,7 @@ == Status description -error: syntax error or access rule violation - invalid use of `UNION` and `CALL IN TRANSACTIONS`. 'CALL { ... } IN TRANSACTIONS' is not supported in '... UNION ...'. +error: syntax error or access rule violation - invalid use of `UNION` and `CALL IN TRANSACTIONS`. `CALL { ... } IN TRANSACTIONS` is not supported in `... UNION ...`. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/42N48.adoc b/modules/ROOT/pages/errors/gql-errors/42N48.adoc new file mode 100644 index 00000000..62324dd2 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N48.adoc @@ -0,0 +1,14 @@ += 42N48 + + +== Status description +error: syntax error or access rule violation - no such function. The function `{ <> }` was not found. Verify that the spelling is correct. + + + +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/42N50.adoc b/modules/ROOT/pages/errors/gql-errors/42N50.adoc new file mode 100644 index 00000000..31233508 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N50.adoc @@ -0,0 +1,14 @@ += 42N50 + + +== Status description +error: syntax error or access rule violation - procedure return column not defined. The procedure return column `{ <> }` is not defined for this procedure. Verify that the spelling is correct. + + + +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/42N54.adoc b/modules/ROOT/pages/errors/gql-errors/42N54.adoc new file mode 100644 index 00000000..85c78c62 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N54.adoc @@ -0,0 +1,14 @@ += 42N54 + + +== Status description +error: syntax error or access rule violation - unsupported match mode. The match mode `{ <> }` is not supported. + + + +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/42N58.adoc b/modules/ROOT/pages/errors/gql-errors/42N58.adoc new file mode 100644 index 00000000..d6afdbc1 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N58.adoc @@ -0,0 +1,14 @@ += 42N58 + + +== Status description +error: syntax error or access rule violation - unsupported use of nesting. Nested `CALL { ... } IN TRANSACTIONS` is not supported. + + + +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/42N63.adoc b/modules/ROOT/pages/errors/gql-errors/42N63.adoc index 659083d5..808f7085 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N63.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N63.adoc @@ -1,7 +1,7 @@ = 42N63 == Status description -error: syntax error or access rule violation - inner type with different nullability. All inner types in a Closed Dynamic Union must be nullable, or be appended with 'NOT NULL'. +error: syntax error or access rule violation - inner type with different nullability. All inner types in a Closed Dynamic Union must be nullable, or be appended with `NOT NULL`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42N65.adoc b/modules/ROOT/pages/errors/gql-errors/42N65.adoc index 2795cba9..3abb481e 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N65.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N65.adoc @@ -2,7 +2,7 @@ == Status description -error: syntax error or access rule violation - node variable not bound. The `{ <> }` function requires bound node variables when it is not part of a 'MATCH ...'. +error: syntax error or access rule violation - node variable not bound. The `{ <> }` function requires bound node variables when it is not part of a `MATCH ...`. diff --git a/modules/ROOT/pages/errors/gql-errors/42N68.adoc b/modules/ROOT/pages/errors/gql-errors/42N68.adoc new file mode 100644 index 00000000..467372bd --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N68.adoc @@ -0,0 +1,14 @@ += 42N68 + + +== Status description +error: syntax error or access rule violation - duplicate variable definition. Variables cannot be defined more than once in a `{ <> }` clause. + + + +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/42N72.adoc b/modules/ROOT/pages/errors/gql-errors/42N72.adoc new file mode 100644 index 00000000..9df88665 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N72.adoc @@ -0,0 +1,14 @@ += 42N72 + + +== Status description +error: syntax error or access rule violation - graph function only supported on composite databases. Calling graph functions is only supported on composite databases. Use the name directly or connect to a composite database with the desired constituents. + + + +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/42N73.adoc b/modules/ROOT/pages/errors/gql-errors/42N73.adoc index 3451bb7f..85652588 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N73.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N73.adoc @@ -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] diff --git a/modules/ROOT/pages/errors/gql-errors/42N82.adoc b/modules/ROOT/pages/errors/gql-errors/42N82.adoc new file mode 100644 index 00000000..91c9eeeb --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N82.adoc @@ -0,0 +1,14 @@ += 42N82 + + +== Status description +error: syntax error or access rule violation - cannot drop database with aliases. The database identified by `{ <> }` has one or more aliases. Drop the aliases `{ <> }` before dropping the database. + + + +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/42N84.adoc b/modules/ROOT/pages/errors/gql-errors/42N84.adoc index c1bce612..7bebd73e 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N84.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N84.adoc @@ -1,7 +1,7 @@ = 42N84 == Status description -error: syntax error or access rule violation - `TERMINATE TRANSACTION` misses `YIELD` clause. `WHERE` clause without `YIELD` clause. Use 'TERMINATE TRANSACTION ... YIELD ... WHERE ...'. +error: syntax error or access rule violation - `TERMINATE TRANSACTION` misses `YIELD` clause. `WHERE` clause without `YIELD` clause. Use `TERMINATE TRANSACTION ... YIELD ... WHERE ...`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42N88.adoc b/modules/ROOT/pages/errors/gql-errors/42N88.adoc index 153fd2da..a1c804e2 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N88.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N88.adoc @@ -1,7 +1,7 @@ = 42N88 == Status description -error: syntax error or access rule violation - cannot grant privilege. Permission cannot be granted for 'REMOVE IMMUTABLE PRIVILEGE'. +error: syntax error or access rule violation - cannot grant privilege. Permission cannot be granted for `REMOVE IMMUTABLE PRIVILEGE`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42NA9.adoc b/modules/ROOT/pages/errors/gql-errors/42NA9.adoc index b706df94..d27621f4 100644 --- a/modules/ROOT/pages/errors/gql-errors/42NA9.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42NA9.adoc @@ -1,7 +1,7 @@ = 42NA9 == Status description -error: syntax error or access rule violation - system database procedure rules. The system database supports a restricted set of Cypher clauses. The supported clause structure for procedure calls is: 'CALL', 'YIELD', 'RETURN'. 'YIELD' and 'RETURN' clauses are optional. The order of the clauses is fixed and each can only occur once. +error: syntax error or access rule violation - system database procedure rules. The system database supports a restricted set of Cypher clauses. The supported clause structure for procedure calls is: `CALL`, `YIELD`, `RETURN`. `YIELD` and `RETURN` clauses are optional. The order of the clauses is fixed and each can only occur once. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42NFC.adoc b/modules/ROOT/pages/errors/gql-errors/42NFC.adoc new file mode 100644 index 00000000..a5b519c2 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42NFC.adoc @@ -0,0 +1,14 @@ += 42NFC + + +== Status description +error: syntax error or access rule violation - auth info validation error. Authentication and/or authorization could not be validated. See security logs for details. + + + +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/51N01.adoc b/modules/ROOT/pages/errors/gql-errors/51N01.adoc index 14286ead..12e72a27 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N01.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N01.adoc @@ -1,7 +1,7 @@ = 51N01 == Status description -error: system configuration or operation exception - class field annotation should be public, non-final, and non-static. The field `{ <> }` in the class `{ <> }` is annotated as a '@Context' field, but it is declared as static. '@Context' fields must be public, non-final and non-static. +error: system configuration or operation exception - class field annotation should be public, non-final, and non-static. The field `{ <> }` in the class `{ <> }` is annotated as a `@Context` field, but it is declared as static. `@Context` fields must be public, non-final and non-static. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N04.adoc b/modules/ROOT/pages/errors/gql-errors/51N04.adoc index 41d50486..d58a616d 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N04.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N04.adoc @@ -1,7 +1,7 @@ = 51N04 == Status description -error: system configuration or operation exception - missing class field annotation. The field `{ <> }` on `{ <> }` must be annotated as a '@Context' field in order to store its state. +error: system configuration or operation exception - missing class field annotation. The field `{ <> }` on `{ <> }` must be annotated as a `@Context` field in order to store its state. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N06.adoc b/modules/ROOT/pages/errors/gql-errors/51N06.adoc index 814630a3..c3104458 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N06.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N06.adoc @@ -1,7 +1,7 @@ = 51N06 == Status description -error: system configuration or operation exception - missing argument name. The argument at position `{ <> }` in `{ <> }` requires a '@Name' annotation and a non-empty name. +error: system configuration or operation exception - missing argument name. The argument at position `{ <> }` in `{ <> }` requires a `@Name` annotation and a non-empty name. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N08.adoc b/modules/ROOT/pages/errors/gql-errors/51N08.adoc index 043f9e67..835c6fe2 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N08.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N08.adoc @@ -1,7 +1,7 @@ = 51N08 == Status description -error: system configuration or operation exception - exactly one @UserAggregationResult method and one @UserAggregationUpdate method required. The class `{ <> }` must contain exactly one '@UserAggregationResult' method and exactly one '@UserAggregationUpdate' method. +error: system configuration or operation exception - exactly one @UserAggregationResult method and one @UserAggregationUpdate method required. The class `{ <> }` must contain exactly one `@UserAggregationResult` method and exactly one `@UserAggregationUpdate` method. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N09.adoc b/modules/ROOT/pages/errors/gql-errors/51N09.adoc index e9f502f6..05a57ca2 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N09.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N09.adoc @@ -1,7 +1,7 @@ = 51N09 == Status description -error: system configuration or operation exception - @UserAggregationUpdate method must be public and void. The '@UserAggregationUpdate' method `{ <> }` of `{ <> }` must be public and have the return type 'void'. +error: system configuration or operation exception - @UserAggregationUpdate method must be public and void. The `@UserAggregationUpdate` method `{ <> }` of `{ <> }` must be public and have the return type `void`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N15.adoc b/modules/ROOT/pages/errors/gql-errors/51N15.adoc index 34a96002..6def5e48 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N15.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N15.adoc @@ -1,7 +1,7 @@ = 51N15 == Status description -error: system configuration or operation exception - invalid map key type. Type mismatch for map key. Required 'STRING', but found `{ <> }`. +error: system configuration or operation exception - invalid map key type. Type mismatch for map key. Required `STRING`, but found `{ <> }`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N22.adoc b/modules/ROOT/pages/errors/gql-errors/51N22.adoc index 0405fcf3..f925f33a 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N22.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N22.adoc @@ -1,7 +1,7 @@ = 51N22 == Status description -error: system configuration or operation exception - exhaustive shortest path search disabled. Finding the shortest path for the given pattern requires an exhaustive search. To enable exhaustive searches, set 'cypher.forbid_exhaustive_shortestpath' to false. +error: system configuration or operation exception - exhaustive shortest path search disabled. Finding the shortest path for the given pattern requires an exhaustive search. To enable exhaustive searches, set `cypher.forbid_exhaustive_shortestpath` to false. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N23.adoc b/modules/ROOT/pages/errors/gql-errors/51N23.adoc index 85346437..7db9b01b 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N23.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N23.adoc @@ -1,7 +1,7 @@ = 51N23 == Status description -error: system configuration or operation exception - cyclic shortest path search disabled. Cannot find the shortest path when the start and end nodes are the same. To enable this behavior, set 'dbms.cypher.forbid_shortestpath_common_nodes' to false. +error: system configuration or operation exception - cyclic shortest path search disabled. Cannot find the shortest path when the start and end nodes are the same. To enable this behavior, set `dbms.cypher.forbid_shortestpath_common_nodes` to false. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N26.adoc b/modules/ROOT/pages/errors/gql-errors/51N26.adoc new file mode 100644 index 00000000..1658193d --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/51N26.adoc @@ -0,0 +1,14 @@ += 51N26 + + +== Status description +error: system configuration or operation exception - not supported in this version. `{ <> }` is not available. This implementation of Cypher does not support `{ <> }`. + + + +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/51N29.adoc b/modules/ROOT/pages/errors/gql-errors/51N29.adoc index f19cfaa7..4bca36aa 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N29.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N29.adoc @@ -1,7 +1,7 @@ = 51N29 == Status description -error: system configuration or operation exception - not supported by this server. The command `{ <> }` must be executed on the current 'LEADER' server. +error: system configuration or operation exception - not supported by this server. The command `{ <> }` must be executed on the current `LEADER` server. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/51N67.adoc b/modules/ROOT/pages/errors/gql-errors/51N67.adoc new file mode 100644 index 00000000..ddc767b7 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/51N67.adoc @@ -0,0 +1,14 @@ += 51N67 + + +== Status description +error: system configuration or operation exception - invalid CDC selector type. Unexpected CDC selector `{ <>1 }` at `{ <> }`, expected selector to be a `{ <>2 }` selector. + + + +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/51N70.adoc b/modules/ROOT/pages/errors/gql-errors/51N70.adoc index 9e140228..b13859fb 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N70.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N70.adoc @@ -1,7 +1,7 @@ = 51N70 == Status description -error: system configuration or operation exception - bolt is not enabled. Cannot get routing table for `{ <> }` because Bolt is not enabled. Please update your configuration such that 'server.bolt.enabled' is set to true. +error: system configuration or operation exception - bolt is not enabled. Cannot get routing table for `{ <> }` because Bolt is not enabled. Please update your configuration such that `server.bolt.enabled` is set to true. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/52N26.adoc b/modules/ROOT/pages/errors/gql-errors/52N26.adoc new file mode 100644 index 00000000..f0d341a3 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/52N26.adoc @@ -0,0 +1,14 @@ += 52N26 + + +== Status description +error: procedure exception - invalid change identifier. `{ <> }` is not a valid change identifier. + + + +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/52N27.adoc b/modules/ROOT/pages/errors/gql-errors/52N27.adoc new file mode 100644 index 00000000..175ffa7b --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/52N27.adoc @@ -0,0 +1,14 @@ += 52N27 + + +== Status description +error: procedure exception - invalid commit timestamp. The commit timestamp for the provided transaction ID does not match the one in the transaction log. + + + +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/52N28.adoc b/modules/ROOT/pages/errors/gql-errors/52N28.adoc new file mode 100644 index 00000000..e1b4a64e --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/52N28.adoc @@ -0,0 +1,14 @@ += 52N27 + + +== Status description +error: procedure exception - invalid change identifier and transaction id. `{ <> }` is not a valid change identifier. Transaction ID does not exist. + + + +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/52N37.adoc b/modules/ROOT/pages/errors/gql-errors/52N37.adoc index 7529d2cf..f3fa206d 100644 --- a/modules/ROOT/pages/errors/gql-errors/52N37.adoc +++ b/modules/ROOT/pages/errors/gql-errors/52N37.adoc @@ -2,7 +2,7 @@ == Status description -error: procedure exception - procedure execution error. Execution of the procedure `{ <> }` ` failed. +error: procedure exception - procedure execution error. Execution of the procedure `{ <> }` failed. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/52N38.adoc b/modules/ROOT/pages/errors/gql-errors/52N38.adoc new file mode 100644 index 00000000..57b79992 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/52N38.adoc @@ -0,0 +1,14 @@ += 52N38 + + +== Status description +error: procedure exception - cdc start position not found. Cannot find a start position in the logs. + + + +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/52N39.adoc b/modules/ROOT/pages/errors/gql-errors/52N39.adoc new file mode 100644 index 00000000..f97b8f50 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/52N39.adoc @@ -0,0 +1,14 @@ += 52N39 + + +== Status description +error: procedure exception - cdc scanner inactive. The log scanner is no longer active. + + + +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/52U00.adoc b/modules/ROOT/pages/errors/gql-errors/52U00.adoc index e5d9049b..3182f8e6 100644 --- a/modules/ROOT/pages/errors/gql-errors/52U00.adoc +++ b/modules/ROOT/pages/errors/gql-errors/52U00.adoc @@ -2,7 +2,9 @@ == Status description -error: procedure exception - custom procedure execution error cause. Execution of the procedure `{ <> }` failed due to `{ <> }`: `{ <> }`. +error: procedure exception - custom procedure execution error cause. Execution of the procedure `{ <> }` failed due to `{ <> }`: `{ <> }` + + ifndef::backend-pdf[] [discrete.glossary] == Glossary diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 59a254a1..f6b455f0 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -208,7 +208,7 @@ Status description:: error: data exception - incomplete spatial value. A `{ <> }` has caused an overflow. +=== xref:errors/gql-errors/22N29.adoc[22N29] + +Status description:: error: data exception - unsupported coordinate reference system. Unknown coordinate reference system (CRS). + +=== xref:errors/gql-errors/22N30.adoc[22N30] + +Status description:: error: data exception - missing temporal unit. At least one temporal unit must be specified. + === xref:errors/gql-errors/22N31.adoc[22N31] -Status description:: error: data exception - invalid properties in merge pattern. 'MERGE' cannot be used with graph element property values that are null or NaN. +Status description:: error: data exception - invalid properties in merge pattern. `MERGE` cannot be used with graph element property values that are null or NaN. === xref:errors/gql-errors/22N32.adoc[22N32] -Status description:: error: data exception - non-deterministic sort expression. 'ORDER BY' expressions must be deterministic. +Status description:: error: data exception - non-deterministic sort expression. `ORDER BY` expressions must be deterministic. === xref:errors/gql-errors/22N33.adoc[22N33] Status description:: error: data exception - invalid shortest path expression. Shortest path expressions must contain start and end nodes. Cannot find: `{ <> }`. +=== xref:errors/gql-errors/22N34.adoc[22N34] + +Status description:: error: data exception - invalid use of aggregate function. Cannot use `{ <> }` function inside an aggregate function. + === xref:errors/gql-errors/22N35.adoc[22N35] -Status description:: error: data exception - invalid date format. Cannot parse `{ <> }` as a DATE. Calendar dates need to be specified using the format 'YYYY-MM', while ordinal dates need to be specified using the format 'YYYY-DDD'. +Status description:: error: data exception - invalid date format. Cannot parse `{ <> }` as a DATE. Calendar dates need to be specified using the format `YYYY-MM`, while ordinal dates need to be specified using the format `YYYY-DDD`. === xref:errors/gql-errors/22N36.adoc[22N36] @@ -278,13 +290,17 @@ Status description:: error: data exception - invalid function argument. Invalid Status description:: error: data exception - unsupported property value type. Value `{ <> }` cannot be stored in properties. +=== xref:errors/gql-errors/22N40.adoc[22N40] + +Status description:: error: data exception - non-assignable temporal component. Cannot assign `{ <> }` of a `{ <> }`. + === xref:errors/gql-errors/22N41.adoc[22N41] -Status description:: error: data exception - merge node uniqueness constraint violation. The 'MERGE' clause did not find a matching node `{ <> }` and cannot create a new node due to conflicts with existing uniqueness constraints. +Status description:: error: data exception - merge node uniqueness constraint violation. The `MERGE` clause did not find a matching node `{ <> }` and cannot create a new node due to conflicts with existing uniqueness constraints. === xref:errors/gql-errors/22N42.adoc[22N42] -Status description:: error: data exception - merge relationship uniqueness constraint violation. The 'MERGE' clause did not find a matching relationship `{ <> }` and cannot create a new relationship due to conflicts with existing uniqueness constraints. +Status description:: error: data exception - merge relationship uniqueness constraint violation. The `MERGE` clause did not find a matching relationship `{ <> }` and cannot create a new relationship due to conflicts with existing uniqueness constraints. === xref:errors/gql-errors/22N43.adoc[22N43] @@ -300,7 +316,7 @@ Status description:: error: data exception - unsupported use of parallel runtime === xref:errors/gql-errors/22N47.adoc[22N47] -Status description:: error: data exception - invalid parallel runtime configuration. No workers are configured for the parallel runtime. Set 'server.cypher.parallel.worker_limit' to a larger value. +Status description:: error: data exception - invalid parallel runtime configuration. No workers are configured for the parallel runtime. Set `server.cypher.parallel.worker_limit` to a larger value. === xref:errors/gql-errors/22N48.adoc[22N48] @@ -308,7 +324,7 @@ Status description:: error: data exception - unable to use specified runtime. Ca === xref:errors/gql-errors/22N49.adoc[22N49] -Status description:: error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via 'dbms.import.csv.buffer_size'. +Status description:: error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via `dbms.import.csv.buffer_size`. === xref:errors/gql-errors/22N51.adoc[22N51] @@ -316,20 +332,28 @@ Status description:: error: data exception - database or alias does not exist. A === xref:errors/gql-errors/22N52.adoc[22N52] -Status description:: error: data exception - invalid combination of PROFILE and EXPLAIN. 'PROFILE' and 'EXPLAIN' cannot be combined. +Status description:: error: data exception - invalid combination of PROFILE and EXPLAIN. `PROFILE` and `EXPLAIN` cannot be combined. === xref:errors/gql-errors/22N53.adoc[22N53] -Status description:: error: data exception - invalid use of PROFILE. Cannot 'PROFILE' query before results are materialized. +Status description:: error: data exception - invalid use of PROFILE. Cannot `PROFILE` query before results are materialized. === xref:errors/gql-errors/22N54.adoc[22N54] Status description:: error: data exception - invalid map. Multiple conflicting entries specified for `{ <> }`. +=== xref:errors/gql-errors/22N55.adoc[22N55] + +Status description:: error: data exception - required key missing from map. Map requires key `{ <> }` but was missing from field `{ <> }`. + === xref:errors/gql-errors/22N56.adoc[22N56] Status description:: error: data exception - protocol message length limit overflow. Protocol message length limit exceeded (limit: `{ <> }`). +=== xref:errors/gql-errors/22N57.adoc[22N57] + +Status description:: error: data exception - invalid protocol type. Protocol type is invalid. Invalid number of struct components (received `{ <>1 }` but expected `{ <>2 }`). + === xref:errors/gql-errors/22N58.adoc[22N58] Status description:: error: data exception - invalid spatial component. Cannot read the specified `{ <> }` component from `{ <> }`. @@ -456,7 +480,7 @@ Status description:: error: data exception - missing YIELD. A required YIELD cla === xref:errors/gql-errors/22N94.adoc[22N94] -Status description:: error: data exception - invalid YIELD *. 'YIELD *' is not supported in this context. Explicitly specify which columns to yield. +Status description:: error: data exception - invalid YIELD *. `YIELD *` is not supported in this context. Explicitly specify which columns to yield. === xref:errors/gql-errors/22N95.adoc[22N95] @@ -492,15 +516,15 @@ Status description:: error: data exception - invalid property based access contr === 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'. +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`. === xref:errors/gql-errors/22NA5.adoc[22NA5] -Status description:: error: data exception - invalid property based access control rule involving IS NULL. The property value access rule pattern `{ <> }` always evaluates to 'NULL'. Use `IS NULL' instead. +Status description:: error: data exception - invalid property based access control rule involving IS NULL. The property value access rule pattern `{ <> }` always evaluates to `NULL`. Use `IS NULL` instead. === xref:errors/gql-errors/22NA6.adoc[22NA6] -Status description:: error: data exception - invalid property based access control rule involving IS NOT NULL. The property value access rule pattern `{ <> }` always evaluates to 'NULL'. Use 'IS NOT NULL' instead. +Status description:: error: data exception - invalid property based access control rule involving IS NOT NULL. The property value access rule pattern `{ <> }` always evaluates to `NULL`. Use `IS NOT NULL` instead. === xref:errors/gql-errors/22NA7.adoc[22NA7] @@ -510,9 +534,13 @@ Status description:: error: data exception - invalid property based access contr Status description:: error: data exception - parsing JSON failure. Underlying error: `{ <> }`. +=== xref:errors/gql-errors/22NA9.adoc[22NA9] + +Status description:: error: data exception -unexpected map entry. Invalid input. Unexpected key `{ <> }`, expected keys are `{ <> }`. + === xref:errors/gql-errors/22NB0.adoc[22NB0] -Status description:: error: data exception - invalid property based access control rule involving WHERE and IS NULL. The property value access rule pattern `{ <> }` always evaluates to 'NULL'. Use `WHERE` syntax in combination with `IS NULL` instead. +Status description:: error: data exception - invalid property based access control rule involving WHERE and IS NULL. The property value access rule pattern `{ <> }` always evaluates to `NULL`. Use `WHERE` syntax in combination with `IS NULL` instead. === xref:errors/gql-errors/22NB1.adoc[22NB1] @@ -530,6 +558,14 @@ Status description:: error: data exception - token presence verification failed. Status description:: error: data exception - endpoint label presence verification failed. Relationship (`{ <>1 }`) with type `{ <> }` requires its `{ <> }` node (`{ $entityId2 }`) to have the label `{ <