Skip to content

Commit 6aca200

Browse files
Fix error message so it makes sense (#335)
Co-authored-by: Reneta Popova <[email protected]>
1 parent 3b19ee9 commit 6aca200

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

modules/ROOT/pages/errors/gql-errors/08N19.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 08N19
22

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

66

77
ifndef::backend-pdf[]

modules/ROOT/pages/errors/gql-errors/08N20.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 08N20
22

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

66

77
ifndef::backend-pdf[]

modules/ROOT/pages/errors/gql-errors/08N21.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 08N21
22

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

66

77
ifndef::backend-pdf[]

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ Status description:: error: connection exception - general driver database error
106106

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

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

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

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

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

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

119119

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

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

614+
=== xref:errors/gql-errors/22NBA.adoc[22NBA]
615+
616+
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.
617+
614618

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

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

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

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

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

0 commit comments

Comments
 (0)