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
+69-5Lines changed: 69 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ Status description:: error: data exception - invalid entity type. Invalid input
237
237
238
238
// === 22N28
239
239
240
-
// Status description:: error: data exception - overflow error. The result of the operation `{ $operation }` has caused an overflow.
240
+
// Status description:: error: data exception - overflow error. The result of the operation `{ $operation }` has caused an overflow.
241
241
242
242
// === 22N29
243
243
@@ -289,7 +289,7 @@ Status description:: error: data exception - invalid shortest path expression. S
289
289
290
290
=== 22N41
291
291
292
-
Status description:: error: data exception - merge node uniqueness constraint violation. The 'MERGE' clause did not find a matching node `{ $variable }` and cannot create a new node due to conflicts with existing uniqueness constraints.
292
+
Status description:: error: data exception - merge node uniqueness constraint violation. The 'MERGE' clause did not find a matching node `{ $variable }` and cannot create a new node due to conflicts with existing uniqueness constraints.
293
293
294
294
=== 22N42
295
295
@@ -317,7 +317,7 @@ Status description:: error: data exception - invalid parallel runtime configurat
317
317
318
318
=== 22N49
319
319
320
-
Status description:: error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via 'dbms.import.csv.buffer_size'.
320
+
Status description:: error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via 'dbms.import.csv.buffer_size'.
321
321
322
322
=== 22N51
323
323
@@ -481,7 +481,7 @@ Status description:: error: data exception - cannot convert alias local to remot
481
481
482
482
// === 22N94
483
483
484
-
// Status description:: error: data exception - invalid YIELD *. 'YIELD *' is not supported in this context. Explicitly specify which columns to yield.
484
+
// Status description:: error: data exception - invalid YIELD *. 'YIELD *' is not supported in this context. Explicitly specify which columns to yield.
485
485
486
486
=== 22N95
487
487
@@ -509,7 +509,7 @@ Status description:: error: data exception - invalid property based access contr
509
509
510
510
// === 22NA1
511
511
512
-
// Status description:: error: data exception - invalid property based access control rule involving non-commutative expressions. The property `{ $propKey }` must appear on the left hand side of the `{ $operation }` operator.
512
+
// Status description:: error: data exception - invalid property based access control rule involving non-commutative expressions. The property `{ $propKey }` must appear on the left hand side of the `{ $operation }` operator.
513
513
514
514
// === 22NA2
515
515
@@ -739,6 +739,10 @@ Status description:: error: syntax error or access rule violation - invalid comm
Status description:: error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ $count1 }` but got `{ $count2 }`. The procedure or function `{ $procFun }` has the signature: `{ $sig }`.
745
+
742
746
=== 42I18
743
747
744
748
Status description:: error: syntax error or access rule violation - invalid reference to implicitly grouped expressions. The aggregation column contains implicit grouping expressions referenced by the variables `{ $varList }`. Implicit grouping expressions are variables not explicitly declared as grouping keys.
@@ -871,10 +875,19 @@ Status description:: error: syntax error or access rule violation - unaliased re
871
875
872
876
Status description:: error: syntax error or access rule violation - single return column required. A `COLLECT` subquery must end with a single return column.
873
877
878
+
=== 42N24
879
+
880
+
Status description:: error: syntax error or access rule violation - missing `WITH`. A `WITH` clause is required between `{ $input1 }` and `{ $input2 }`.
881
+
882
+
874
883
=== 42N29
875
884
876
885
Status description:: error: syntax error or access rule violation - unbound variables in pattern expression. Pattern expressions are not allowed to introduce new variables: `{ $var }`.
877
886
887
+
=== 42N31
888
+
889
+
Status description:: error: syntax error or access rule violation - specified number out of range. Expected `{ $component }` to be `{ $valueType }` in the range `{ $lower }` to `{ $upper }` but found `{ $value }`.
890
+
878
891
=== 42N39
879
892
880
893
Status description:: error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names.
@@ -895,6 +908,10 @@ Status description:: error: syntax error or access rule violation - invalid use
895
908
896
909
Status description:: error: syntax error or access rule violation - function without required WHERE clause. The function `{ $fun }` requires a WHERE clause.
897
910
911
+
=== 42N71
912
+
913
+
Status description:: error: syntax error or access rule violation - incomplete query. A query must conclude with a `RETURN` clause, a `FINISH` clause, an update clause, a unit subquery call, or a procedure call without a `YIELD` clause.
914
+
898
915
=== 42N75
899
916
900
917
Status description:: error: syntax error or access rule violation - invalid use of graph function. A call to the graph function `{ $fun }` is only allowed as the top-level argument of a `USE` clause.
@@ -903,6 +920,10 @@ Status description:: error: syntax error or access rule violation - invalid use
903
920
904
921
Status description:: error: syntax error or access rule violation - unfulfillable hints. The hint(s) `{ $hintAndedList }` cannot be fulfilled.
905
922
923
+
=== 42N77
924
+
925
+
Status description:: error: syntax error or access rule violation - missing hint predicate. The hint `{ $hint }` cannot be fulfilled. The query does not contain a compatible predicate for `{ $entityType }` on `{ $variable }`.
926
+
906
927
=== 42N78
907
928
908
929
Status description:: error: syntax error or access rule violation - variable already bound. Node `{ $var }` has already been bound and cannot be modified by the `{ $clause }` clause.
@@ -948,6 +969,10 @@ Status description:: error: syntax error or access rule violation - cannot modif
948
969
949
970
Status description:: error: syntax error or access rule violation - cannot delete own user. Cannot delete the user record of the current user.
950
971
972
+
=== 42NA6
973
+
974
+
Status description:: info: invalid alias target. Aliases are not allowed to target composite databases.
975
+
951
976
=== 42NFD
952
977
953
978
Status description:: error: syntax error or access rule violation - credentials expired. Permission denied. The credentials you provided were valid, but must be changed before you can use this instance.
@@ -1103,6 +1128,18 @@ Status description:: error: system configuration or operation exception - invali
1103
1128
1104
1129
Status description:: error: system configuration or operation exception - invalid procedure or function name. Procedures and functions cannot be defined in the root namespace, or use a reserved namespace. Use the package name instead (e.g., org.example.com.`{ $procFun })`.
1105
1130
1131
+
=== 51N18
1132
+
1133
+
Status description:: error: system configuration or operation exception - invalid method return type. The method `{ $procMethod }` has an invalid return type. Procedures must return a stream of records, where each record is of a defined concrete class.
1134
+
1135
+
1136
+
=== 51N20
1137
+
1138
+
Status description:: error: system configuration or operation exception - cannot inject field. The field `{ $procField }` is not injectable. Ensure the field is marked as public and non-final.
1139
+
1140
+
=== 51N21
1141
+
1142
+
Status description:: error: system configuration or operation exception - procedure registry is busy. The procedure registration failed because the procedure registry was busy. Try again.
1106
1143
1107
1144
=== 51N22
1108
1145
@@ -1153,6 +1190,13 @@ Status description:: error: system configuration or operation exception - write
1153
1190
1154
1191
Status description:: error: system configuration or operation exception - database location changed. The location of `{ $db }` has changed while the transaction was running.
1155
1192
1193
+
=== 51N36
1194
+
1195
+
Status description:: error: system configuration or operation exception - out of memory. There is not enough memory to perform the current task.
1196
+
1197
+
=== 51N37
1198
+
1199
+
Status description:: error: system configuration or operation exception - stack overflow. There is not enough stack size to perform the current task.
1156
1200
1157
1201
=== 51N39
1158
1202
@@ -1232,11 +1276,18 @@ Status description:: error: system configuration or operation exception - cannot
1232
1276
1233
1277
Status description:: error: system configuration or operation exception - cannot create additional database. Failed to create the database `{ $db }`. The limit of databases is reached. Either increase the limit using the config setting `{ $cfgSetting }` or drop a database.
1234
1278
1279
+
=== 51N56
1280
+
1281
+
Status description:: error: system configuration or operation exception - topology out of range. The number of `{ $serverType }` seeding servers `{ $count1 }` is larger than the desired number of `{ $allocType }` allocations `{ $count2 }`.
1282
+
1235
1283
1236
1284
=== 51N57
1237
1285
1238
1286
Status description:: error: system configuration or operation exception - generic topology modification error. Unexpected error while picking allocations. { $msg }
1239
1287
1288
+
=== 51N59
1289
+
1290
+
Status description:: error: system configuration or operation exception - internal resource exhaustion. The DBMS is unable to handle the request, please retry later or contact the system operator. More information is present in the logs.
1240
1291
1241
1292
=== 51N60
1242
1293
@@ -1283,6 +1334,10 @@ Procedure exceptions occur when there is an error in executing a procedure, such
1283
1334
1284
1335
Status description:: error: procedure exception - procedure execution client error. Execution of the procedure `{ $proc }` failed due to a client error.
1285
1336
1337
+
=== 52N03
1338
+
1339
+
Status description:: error: procedure exception - invalid procedure execution mode. Execution of the procedure `{ $proc }` failed due to an invalid specified execution mode `{ $procExeMode }`.
1340
+
1286
1341
=== 52N05
1287
1342
1288
1343
Status description:: error: procedure exception - cannot invoke procedure on a primary. Can't invoke procedure on this member because it is not a secondary for database `{ $db }`.
Status description:: error: procedure exception - quarantine change failed. Setting/removing the quarantine marker failed.
1333
1388
1389
+
=== 52N18
1390
+
1391
+
Status description:: error: procedure exception - too many seeders. The number of seeding servers `{ $countSeeders }` is larger than the defined number of allocations `{ $countAllocs }`.
1392
+
1393
+
=== 52N19
1394
+
1395
+
Status description:: error: procedure exception - no such seeder. The specified seeding server with id `{ $server }` was not found. Verify that the spelling is correct.
1396
+
1397
+
1334
1398
=== 52N23
1335
1399
1336
1400
Status description:: error: procedure exception - non-reloadable namespace. The following namespaces are not reloadable: `{ $namespaceList }`
0 commit comments