From 1ba3cdf7a9dab6a6fc3b25f88f1a44466782936b Mon Sep 17 00:00:00 2001 From: Satia Herfert Date: Tue, 24 Jun 2025 09:10:24 +0200 Subject: [PATCH 1/2] Add 51N77 --- .../ROOT/pages/errors/gql-errors/51N77.adoc | 20 +++++++++++++++++++ modules/ROOT/partials/glossary.adoc | 1 + 2 files changed, 21 insertions(+) create mode 100644 modules/ROOT/pages/errors/gql-errors/51N77.adoc diff --git a/modules/ROOT/pages/errors/gql-errors/51N77.adoc b/modules/ROOT/pages/errors/gql-errors/51N77.adoc new file mode 100644 index 00000000..db251e0e --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/51N77.adoc @@ -0,0 +1,20 @@ += 51N77 + +== Status description + +error: system configuration or operation exception - not supported in this store format. `{ <> }` is not supported in `{ <> }` store format. + +== Scenario + +This error code is used when the user tries to use a feature that is unsupported by the store format, e.g. writing a property with an unsupported data type. + +== Possible solution + +Use a supported data type, or use a different store format. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] \ No newline at end of file diff --git a/modules/ROOT/partials/glossary.adoc b/modules/ROOT/partials/glossary.adoc index 9296009c..221620fa 100644 --- a/modules/ROOT/partials/glossary.adoc +++ b/modules/ROOT/partials/glossary.adoc @@ -117,6 +117,7 @@ [[serverType]]$serverType:: Server type, `PRIMARY` (primaryConstrained), `SECONDARY` (secondaryConstrained), or `NONE`. [[serverAddress]]$serverAddress:: Server address, for example, `localhost:20025`. [[sig]]$sig:: Procedure or function signature, for example, `date(input = DEFAULT_TEMPORAL_ARGUMENT :: ANY) :: DATE` +[[storeFormat]]$storeFormat:: Store format name. One of "aligned", "block", "standard", "high_limit". [[syntax]]$syntax:: Cypher syntax or keyword. [[temporal]]$temporal:: Temporal value, for example, `2025-02-18`. [[timeAmount]]$timeAmount:: Integral amount of time unit (a number). From 12d27b6e69add2273d97a74364d73080cc098e03 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Tue, 8 Jul 2025 16:11:06 +0100 Subject: [PATCH 2/2] regenerate index file --- modules/ROOT/pages/errors/gql-errors/index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 613811cd..af9ee3e0 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1862,6 +1862,10 @@ Status description:: error: system configuration or operation exception - maximu Status description:: error: system configuration or operation exception - upgrade failed. The upgrade to a new Neo4j version failed. +=== xref:errors/gql-errors/51N77.adoc[51N77] + +Status description:: error: system configuration or operation exception - not supported in this store format. `{ <> }` is not supported in `{ <> }` store format. + [[procedure-exceptions]] == Procedure exceptions