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
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/08N19.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 08N19

== Status description
error: connection exception - shard execution transient error. Communication with shard `{ <<graph>> }` failed. with message `{ <<msg>> }`.
error: connection exception - shard execution transient error. Communication with shard `{ <<graph>> }` failed with message `{ <<msg>> }`.


ifndef::backend-pdf[]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/08N20.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 08N20

== Status description
error: connection exception - shard execution database error. Communication with shard `{ <<graph>> }` failed. with message `{ <<msg>> }`.
error: connection exception - shard execution database error. Communication with shard `{ <<graph>> }` failed with message `{ <<msg>> }`.


ifndef::backend-pdf[]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/08N21.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 08N21

== Status description
error: connection exception - shard execution client error. Communication with shard `{ <<graph>> }` failed. with message `{ <<msg>> }`.
error: connection exception - shard execution client error. Communication with shard `{ <<graph>> }` failed with message `{ <<msg>> }`.


ifndef::backend-pdf[]
Expand Down
13 changes: 9 additions & 4 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ Status description:: error: connection exception - general driver database error

=== xref:errors/gql-errors/08N19.adoc[08N19]

Status description:: error: connection exception - shard execution transient error. Communication with shard `{ <<graph>> }` failed. with message `{ <<msg>> }`.
Status description:: error: connection exception - shard execution transient error. Communication with shard `{ <<graph>> }` failed with message `{ <<msg>> }`.

=== xref:errors/gql-errors/08N20.adoc[08N20]

Status description:: error: connection exception - shard execution database error. Communication with shard `{ <<graph>> }` failed. with message `{ <<msg>> }`.
Status description:: error: connection exception - shard execution database error. Communication with shard `{ <<graph>> }` failed with message `{ <<msg>> }`.

=== xref:errors/gql-errors/08N21.adoc[08N21]

Status description:: error: connection exception - shard execution client error. Communication with shard `{ <<graph>> }` failed. with message `{ <<msg>> }`.
Status description:: error: connection exception - shard execution client error. Communication with shard `{ <<graph>> }` failed with message `{ <<msg>> }`.


[[data-exceptions]]
Expand Down Expand Up @@ -611,6 +611,10 @@ Status description:: error: data exception - invalid Neo4j type. `{ <<input>> }`

Status description:: error: data exception - invalid inner list type. Lists cannot have `{ <<typeDescription>> }` as an inner type in this context.

=== xref:errors/gql-errors/22NBA.adoc[22NBA]

Status description:: error: data exception - omitting mandatory field for property type constraints for vectors. Property type constraints for vectors need to define both coordinate type and dimension.


[[invalid-transaction-state]]
== Invalid transaction state
Expand Down Expand Up @@ -1661,9 +1665,10 @@ Status description:: error: system configuration or operation exception - not su

Status description:: error: system configuration or operation exception - not supported with this configuration. `{ <<item>> }` is not supported in `{ <<context>> }`.

[role=label--changed-2025.06]
=== xref:errors/gql-errors/51N31.adoc[51N31]

Status description:: error: system configuration or operation exception - not supported. `{ <<item>> }` is not supported in `{ <<context>> }`.
Status description:: error: system configuration or operation exception - not supported. `{ <<feat>> }` is not supported in `{ <<context>> }`.

=== xref:errors/gql-errors/51N32.adoc[51N32]

Expand Down