Skip to content

Commit 030024e

Browse files
renetapopovaLojjs
andauthored
Document errors implemented in 5.26 (#213)
Co-authored-by: Louise Berglund <[email protected]>
1 parent a9ab164 commit 030024e

File tree

1 file changed

+69
-5
lines changed

1 file changed

+69
-5
lines changed

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

Lines changed: 69 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Status description:: error: data exception - invalid entity type. Invalid input
237237

238238
// === 22N28
239239

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.
241241

242242
// === 22N29
243243

@@ -289,7 +289,7 @@ Status description:: error: data exception - invalid shortest path expression. S
289289

290290
=== 22N41
291291

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.
293293

294294
=== 22N42
295295

@@ -317,7 +317,7 @@ Status description:: error: data exception - invalid parallel runtime configurat
317317

318318
=== 22N49
319319

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'.
321321

322322
=== 22N51
323323

@@ -481,7 +481,7 @@ Status description:: error: data exception - cannot convert alias local to remot
481481

482482
// === 22N94
483483

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.
485485

486486
=== 22N95
487487

@@ -509,7 +509,7 @@ Status description:: error: data exception - invalid property based access contr
509509

510510
// === 22NA1
511511

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.
513513

514514
// === 22NA2
515515

@@ -739,6 +739,10 @@ Status description:: error: syntax error or access rule violation - invalid comm
739739

740740
Status description:: error: syntax error or access rule violation - invalid input. Invalid input `{ $input }`, expected: `{ $valueList }`.
741741

742+
=== 42I13
743+
744+
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+
742746
=== 42I18
743747

744748
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
871875

872876
Status description:: error: syntax error or access rule violation - single return column required. A `COLLECT` subquery must end with a single return column.
873877

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+
874883
=== 42N29
875884

876885
Status description:: error: syntax error or access rule violation - unbound variables in pattern expression. Pattern expressions are not allowed to introduce new variables: `{ $var }`.
877886

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+
878891
=== 42N39
879892

880893
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
895908

896909
Status description:: error: syntax error or access rule violation - function without required WHERE clause. The function `{ $fun }` requires a WHERE clause.
897910

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+
898915
=== 42N75
899916

900917
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
903920

904921
Status description:: error: syntax error or access rule violation - unfulfillable hints. The hint(s) `{ $hintAndedList }` cannot be fulfilled.
905922

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+
906927
=== 42N78
907928

908929
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
948969

949970
Status description:: error: syntax error or access rule violation - cannot delete own user. Cannot delete the user record of the current user.
950971

972+
=== 42NA6
973+
974+
Status description:: info: invalid alias target. Aliases are not allowed to target composite databases.
975+
951976
=== 42NFD
952977

953978
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
11031128

11041129
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 })`.
11051130

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.
11061143

11071144
=== 51N22
11081145

@@ -1153,6 +1190,13 @@ Status description:: error: system configuration or operation exception - write
11531190

11541191
Status description:: error: system configuration or operation exception - database location changed. The location of `{ $db }` has changed while the transaction was running.
11551192

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.
11561200

11571201
=== 51N39
11581202

@@ -1232,11 +1276,18 @@ Status description:: error: system configuration or operation exception - cannot
12321276

12331277
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.
12341278

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+
12351283

12361284
=== 51N57
12371285

12381286
Status description:: error: system configuration or operation exception - generic topology modification error. Unexpected error while picking allocations. { $msg }
12391287

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.
12401291

12411292
=== 51N60
12421293

@@ -1283,6 +1334,10 @@ Procedure exceptions occur when there is an error in executing a procedure, such
12831334

12841335
Status description:: error: procedure exception - procedure execution client error. Execution of the procedure `{ $proc }` failed due to a client error.
12851336

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+
12861341
=== 52N05
12871342

12881343
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 }`.
@@ -1331,6 +1386,15 @@ Status description:: error: procedure exception - invalid procedure argument lis
13311386

13321387
Status description:: error: procedure exception - quarantine change failed. Setting/removing the quarantine marker failed.
13331388

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+
13341398
=== 52N23
13351399

13361400
Status description:: error: procedure exception - non-reloadable namespace. The following namespaces are not reloadable: `{ $namespaceList }`

0 commit comments

Comments
 (0)