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.adoc
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,10 @@ Status description:: error: data exception - interval field overflow
138
138
139
139
Status description:: error: data exception - invalid value type
140
140
141
+
=== 22G05
142
+
143
+
Status description:: error: data exception - invalid date, time, or datetime function field name
144
+
141
145
=== 22N00
142
146
143
147
Status description:: error: data exception - unsupported value. The provided value is unsupported and cannot be processed.
@@ -824,6 +828,10 @@ Status description:: error: syntax error or access rule violation - invalid use
824
828
825
829
Status description:: error: syntax error or access rule violation - invalid use of `UNION` and `UNION ALL`. `UNION` and `UNION ALL` cannot be combined.
826
830
831
+
=== 42I41
832
+
833
+
Status description:: error: syntax error or access rule violation - invalid use of variable length relationship. Variable length relationships cannot be used in `{ $value }`.
834
+
827
835
=== 42I45
828
836
829
837
Status description:: error: syntax error or access rule violation - invalid use of multiple path patterns. Multiple path patterns cannot be used in the same clause in combination with a selective path selector. `{ $action }`
@@ -1001,6 +1009,10 @@ Status description:: error: syntax error or access rule violation - invalid use
1001
1009
1002
1010
Status description:: error: syntax error or access rule violation - variable already defined. Variable `{ $variable }` already declared.
1003
1011
1012
+
=== 42N62
1013
+
1014
+
Status description:: error: syntax error or access rule violation - variable not defined. Variable `{ $variable }` not defined.
1015
+
1004
1016
=== 42N65
1005
1017
1006
1018
Status description:: error: syntax error or access rule violation - node variable not bound. The `{ $fun }` function requires bound node variables when it is not part of a 'MATCH ...'.
@@ -1143,6 +1155,10 @@ Status description:: error: general processing exception - execution failed. Exe
1143
1155
1144
1156
Status description:: error: general processing exception - invalid server state transition. The server transitioned into a server state that is not valid in the current context: `{ $boltServerState }`.
1145
1157
1158
+
=== 50N10
1159
+
1160
+
Status description:: error: general processing exception - index drop failed. Unable to drop `{ $idxDescrOrName }`.
1161
+
1146
1162
=== 50N11
1147
1163
1148
1164
Status description:: error: general processing exception - constraint creation failed. Unable to create `{ $constrDescrOrName }`.
@@ -1151,6 +1167,18 @@ Status description:: error: general processing exception - constraint creation f
1151
1167
1152
1168
Status description:: error: general processing exception - constraint drop failed. Unable to drop `{ $constrDescrOrName }`.
1153
1169
1170
+
=== 50N13
1171
+
1172
+
Status description:: error: general processing exception - constraint validation error. Unable to validate constraint `{ $constrDescrOrName }`.
1173
+
1174
+
=== 50N14
1175
+
1176
+
Status description:: error: general processing exception - constraint violation. A constraint imposed by the database was violated.
1177
+
1178
+
=== 50N15
1179
+
1180
+
Status description:: error: general processing exception - unsupported index operation. The system attemped to execute an unsupported operation on index `{ $idx }`. See debug.log for more information.
1181
+
1154
1182
=== 50N16
1155
1183
1156
1184
Status description:: error: general processing exception - remote execution transient error. Remote execution failed. See cause for more details.
@@ -1437,6 +1465,9 @@ Status description:: error: system configuration or operation exception - unable
1437
1465
1438
1466
Status description:: error: system configuration or operation exception - index population failed. Index `{ $idx }` population failed.
1439
1467
1468
+
=== 51N62
1469
+
1470
+
Status description:: error: system configuration or operation exception - index is in a failed state. Unable to use index `{ $idx }` because it is in a failed state. See logs for more information.
1440
1471
1441
1472
=== 51N63
1442
1473
@@ -1557,6 +1588,9 @@ Status description:: error: procedure exception - too many seeders. The number o
1557
1588
1558
1589
Status description:: error: procedure exception - no such seeder. The specified seeding server with id `{ $server }` was not found. Verify that the spelling is correct.
1559
1590
1591
+
=== 52N22
1592
+
1593
+
Status description:: error: procedure exception - invalid procedure argument. Invalid argument `{ $value }` for `{ $procParam }` on procedure `{ $proc }`. The expected format of `{ $procParam }` is `{ $procParamFmt }`.
0 commit comments