Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/51N77.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
= 51N77

== Status description

error: system configuration or operation exception - not supported in this store format. `{ <<feat>> }` is not supported in `{ <<storeFormat>> }` 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::[]
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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. `{ <<feat>> }` is not supported in `{ <<storeFormat>> }` store format.


[[procedure-exceptions]]
== Procedure exceptions
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/partials/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down