You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,15 +106,15 @@ Status description:: error: connection exception - general driver database error
106
106
107
107
=== xref:errors/gql-errors/08N19.adoc[08N19]
108
108
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>> }`.
110
110
111
111
=== xref:errors/gql-errors/08N20.adoc[08N20]
112
112
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>> }`.
114
114
115
115
=== xref:errors/gql-errors/08N21.adoc[08N21]
116
116
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>> }`.
118
118
119
119
120
120
[[data-exceptions]]
@@ -611,6 +611,10 @@ Status description:: error: data exception - invalid Neo4j type. `{ <<input>> }`
611
611
612
612
Status description:: error: data exception - invalid inner list type. Lists cannot have `{ <<typeDescription>> }` as an inner type in this context.
613
613
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
+
614
618
615
619
[[invalid-transaction-state]]
616
620
== Invalid transaction state
@@ -1661,9 +1665,10 @@ Status description:: error: system configuration or operation exception - not su
1661
1665
1662
1666
Status description:: error: system configuration or operation exception - not supported with this configuration. `{ <<item>> }` is not supported in `{ <<context>> }`.
1663
1667
1668
+
[role=label--changed-2025.06]
1664
1669
=== xref:errors/gql-errors/51N31.adoc[51N31]
1665
1670
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>> }`.
0 commit comments