Skip to content

Commit 308f658

Browse files
Add 51N77 (#346)
See neo-technology/neo4j#31623 --------- Co-authored-by: Reneta Popova <[email protected]>
1 parent c524105 commit 308f658

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
= 51N77
2+
3+
== Status description
4+
5+
error: system configuration or operation exception - not supported in this store format. `{ <<feat>> }` is not supported in `{ <<storeFormat>> }` store format.
6+
7+
== Scenario
8+
9+
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.
10+
11+
== Possible solution
12+
13+
Use a supported data type, or use a different store format.
14+
15+
ifndef::backend-pdf[]
16+
[discrete.glossary]
17+
== Glossary
18+
19+
include::partial$glossary.adoc[]
20+
endif::[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,10 @@ Status description:: error: system configuration or operation exception - maximu
18621862

18631863
Status description:: error: system configuration or operation exception - upgrade failed. The upgrade to a new Neo4j version failed.
18641864

1865+
=== xref:errors/gql-errors/51N77.adoc[51N77]
1866+
1867+
Status description:: error: system configuration or operation exception - not supported in this store format. `{ <<feat>> }` is not supported in `{ <<storeFormat>> }` store format.
1868+
18651869

18661870
[[procedure-exceptions]]
18671871
== Procedure exceptions

modules/ROOT/partials/glossary.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
[[serverType]]$serverType:: Server type, `PRIMARY` (primaryConstrained), `SECONDARY` (secondaryConstrained), or `NONE`.
118118
[[serverAddress]]$serverAddress:: Server address, for example, `localhost:20025`.
119119
[[sig]]$sig:: Procedure or function signature, for example, `date(input = DEFAULT_TEMPORAL_ARGUMENT :: ANY) :: DATE`
120+
[[storeFormat]]$storeFormat:: Store format name. One of "aligned", "block", "standard", "high_limit".
120121
[[syntax]]$syntax:: Cypher syntax or keyword.
121122
[[temporal]]$temporal:: Temporal value, for example, `2025-02-18`.
122123
[[timeAmount]]$timeAmount:: Integral amount of time unit (a number).

0 commit comments

Comments
 (0)