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
@@ -120,6 +120,18 @@ Status description:: error: data exception
120
120
121
121
Status description:: error: data exception - numeric value out of range. The numeric value `{ $value }` is outside the required range.
122
122
123
+
=== 22007
124
+
125
+
Status description:: error: data exception - invalid date, time, or datetime format
126
+
127
+
=== 22015
128
+
129
+
Status description:: error: data exception - interval field overflow
130
+
131
+
=== 22G03
132
+
133
+
Status description:: error: data exception - invalid value type
134
+
123
135
=== 22N00
124
136
125
137
Status description:: error: data exception - unsupported value. The provided value is unsupported and cannot be processed.
@@ -167,13 +179,13 @@ Status description:: error: data exception - conflicting pre-parser combination.
167
179
168
180
Status description:: error: data exception - invalid pre-parser option value. Invalid pre-parser option, specified `{ $input }` is not valid for option `{ $option }`. Valid options are: `{ $optionList }`.
169
181
170
-
// === 22N11
182
+
=== 22N11
171
183
172
-
// Status description:: error: data exception - invalid argument. Invalid argument: cannot process `{ $input }`.
184
+
Status description:: error: data exception - invalid argument. Invalid argument: cannot process `{ $input }`.
173
185
174
-
// === 22N12
186
+
=== 22N12
175
187
176
-
// Status description:: error: data exception - invalid date, time, or datetime format. Invalid argument: cannot process `{ $input }`.
188
+
Status description:: error: data exception - invalid date, time, or datetime format. Invalid argument: cannot process `{ $input }`.
177
189
178
190
=== 22N13
179
191
@@ -223,9 +235,9 @@ Status description:: error: data exception - invalid latitude value. Cannot crea
223
235
224
236
Status description:: error: data exception - invalid coordinate arguments. Cannot construct a `{ $valueType }` from `{ $coordinates }`.
225
237
226
-
// === 22N25
238
+
=== 22N25
227
239
228
-
// Status description:: error: data exception - invalid temporal arguments. Cannot construct a `{ $valueType }` from `{ $temporal }`.
240
+
Status description:: error: data exception - invalid temporal arguments. Cannot construct a `{ $valueType }` from `{ $temporal }`.
229
241
230
242
=== 22N26
231
243
@@ -235,9 +247,9 @@ Status description:: error: data exception - unsupported rounding mode. Unknown
235
247
236
248
Status description:: error: data exception - invalid entity type. Invalid input `{ $input }` for `{ $context }`. Expected to be `{ $valueTypeList }`.
237
249
238
-
// === 22N28
250
+
=== 22N28
239
251
240
-
// Status description:: error: data exception - overflow error. The result of the operation `{ $operation }` has caused an overflow.
252
+
Status description:: error: data exception - overflow error. The result of the operation `{ $operation }` has caused an overflow.
241
253
242
254
// === 22N29
243
255
@@ -263,21 +275,21 @@ Status description:: error: data exception - invalid shortest path expression. S
263
275
264
276
// Status description:: error: data exception - invalid use of aggregate function. Cannot use the `{ $fun }` function inside an aggregate function.
265
277
266
-
// === 22N35
278
+
=== 22N35
267
279
268
-
// Status description:: error: data exception - invalid date format. Cannot parse `{ $input }` as a DATE. Calendar dates need to be specified using the format 'YYYY-MM', while ordinal dates need to be specified using the format 'YYYY-DDD'.
280
+
Status description:: error: data exception - invalid date format. Cannot parse `{ $input }` as a DATE. Calendar dates need to be specified using the format 'YYYY-MM', while ordinal dates need to be specified using the format 'YYYY-DDD'.
269
281
270
-
// === 22N36
282
+
=== 22N36
271
283
272
-
// Status description:: error: data exception - invalid temporal format. Cannot parse `{ $input }` as a `{ $valueType }`.
284
+
Status description:: error: data exception - invalid temporal format. Cannot parse `{ $input }` as a `{ $valueType }`.
273
285
274
-
// === 22N37
286
+
=== 22N37
275
287
276
-
// Status description:: error: data exception - invalid coercion. Cannot coerce `{ $value }` to `{ $valueType }`.
288
+
Status description:: error: data exception - invalid coercion. Cannot coerce `{ $value }` to `{ $valueType }`.
277
289
278
-
// === 22N38
290
+
=== 22N38
279
291
280
-
// Status description:: error: data exception - invalid function argument. Invalid argument to the function `{ $fun }`.
292
+
Status description:: error: data exception - invalid function argument. Invalid argument to the function `{ $fun }`.
281
293
282
294
// === 22N39
283
295
@@ -427,9 +439,9 @@ Status description:: error: data exception - property type verification failed.
427
439
428
440
// Status description:: error: data exception - property uniqueness constraint violated. Property uniqueness constraint violated: `{ $reasons }`.
429
441
430
-
// === 22N81
442
+
=== 22N81
431
443
432
-
// Status description:: error: data exception - expression type unsupported here. Invalid input: `{ $exprType }` is not supported in `{ $context }`.
444
+
Status description:: error: data exception - expression type unsupported here. Invalid input: `{ $exprType }` is not supported in `{ $context }`.
433
445
434
446
=== 22N82
435
447
@@ -471,17 +483,17 @@ Status description:: error: data exception - property type unsupported in constr
471
483
472
484
Status description:: error: data exception - cannot convert alias local to remote or remote to local. Failed to alter the specified database alias `{ $alias }`. Altering remote alias to a local alias or vice versa is not supported. Drop and recreate the alias instead.
473
485
474
-
// === 22N92
486
+
=== 22N92
475
487
476
-
// Status description:: error: data exception - missing RETURN. This query requires a RETURN clause.
488
+
Status description:: error: data exception - missing RETURN. This query requires a RETURN clause.
477
489
478
-
// === 22N93
490
+
=== 22N93
479
491
480
-
// Status description:: error: data exception - missing YIELD. A required YIELD clause is missing.
492
+
Status description:: error: data exception - missing YIELD. A required YIELD clause is missing.
481
493
482
-
// === 22N94
494
+
=== 22N94
483
495
484
-
// Status description:: error: data exception - invalid YIELD *. 'YIELD *' is not supported in this context. Explicitly specify which columns to yield.
496
+
Status description:: error: data exception - invalid YIELD *. 'YIELD *' is not supported in this context. Explicitly specify which columns to yield.
485
497
486
498
=== 22N95
487
499
@@ -543,9 +555,9 @@ Status description:: error: data exception - parsing JSON failure. Underlying er
543
555
544
556
// Status description:: error: data exception - unexpected map entry. Invalid input. Unexpected key `{ $key }`, expected keys are `{ $listAllowedKeys }`.
545
557
546
-
// === 22NB0
558
+
=== 22NB0
547
559
548
-
// Status description:: error: data exception - invalid property based access control rule involving WHERE and IS NULL. The property value access rule pattern `{ $pred }` always evaluates to 'NULL'. Use `WHERE' syntax in combination with `IS NULL` instead.
560
+
Status description:: error: data exception - invalid property based access control rule involving WHERE and IS NULL. The property value access rule pattern `{ $pred }` always evaluates to 'NULL'. Use `WHERE` syntax in combination with `IS NULL` instead.
549
561
550
562
=== 22NB1
551
563
@@ -585,9 +597,9 @@ Status description:: error: invalid transaction state - transaction terminated o
585
597
586
598
Status description:: error: invalid transaction state - transaction start failed. Failed to start transaction. See debug log for details.
587
599
588
-
=== 25N07
600
+
// === 25N07
589
601
590
-
Status description:: error: invalid transaction state - constituent transaction start failed. Failed to start constituent transaction. See debug log for details.
602
+
// Status description:: error: invalid transaction state - constituent transaction start failed. Failed to start constituent transaction. See debug log for details.
591
603
592
604
=== 25N08
593
605
@@ -679,9 +691,9 @@ Status description:: error: syntax error or access rule violation - invalid synt
679
691
680
692
Status description:: error: syntax error or access rule violation - invalid reference
681
693
682
-
=== 42004
694
+
// === 42004
683
695
684
-
Status description:: error: syntax error or access rule violation - use of visually confusable identifiers
696
+
// Status description:: error: syntax error or access rule violation - use of visually confusable identifiers
685
697
686
698
=== 42006
687
699
@@ -735,6 +747,10 @@ Status description:: error: syntax error or access rule violation - invalid `FOR
735
747
736
748
Status description:: error: syntax error or access rule violation - invalid comment. Failed to parse comment. A comment starting with '/\*' must also have a closing '*/'.
737
749
750
+
=== 42I05
751
+
752
+
Status description:: error: syntax error or access rule violation - invalid FIELDTERMINATOR. The FIELDTERMINATOR specified for LOAD CSV can only be one character wide. The FIELDTERMINATOR specified for LOAD CSV can only be one character wide.
@@ -777,14 +793,26 @@ Status description:: error: syntax error or access rule violation - invalid use
777
793
778
794
Status description:: error: syntax error or access rule violation - invalid use of `UNION` and `UNION ALL`. `UNION` and `UNION ALL` cannot be combined.
779
795
796
+
=== 42I45
797
+
798
+
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 }`
799
+
780
800
=== 42I47
781
801
782
802
Status description:: error: syntax error or access rule violation - parser error. Parser Error: `{ $msg }`.
783
803
804
+
=== 42I48
805
+
806
+
Status description:: error: syntax error or access rule violation - invalid use of a subquery in MERGE. Subqueries are not allowed in a MERGE clause.
807
+
784
808
=== 42I50
785
809
786
810
Status description:: error: syntax error or access rule violation - token name too long. Invalid input `{ $input }..`. A `{ $tokenType }` name cannot be longer than `{ $maxTokenLength }`.
787
811
812
+
=== 42I51
813
+
814
+
Status description:: info: invalid call signature. The procedure or function `{ $procFun }` must have the signature: `{ $sig }`.
815
+
788
816
=== 42N00
789
817
790
818
Status description:: error: syntax error or access rule violation - no such database. The database `{ $db }` was not found. Verify that the spelling is correct.
@@ -892,6 +920,14 @@ Status description:: error: syntax error or access rule violation - specified nu
892
920
893
921
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.
894
922
923
+
=== 42N40
924
+
925
+
Status description:: error: syntax error or access rule violation - single relationship pattern required. The `{ $fun }` function must contain one relationship pattern.
926
+
927
+
=== 42N42
928
+
929
+
Status description:: error: syntax error or access rule violation - unsupported sub-path binding. Sub-path assignment is not supported.
930
+
895
931
=== 42N45
896
932
897
933
Status description:: error: syntax error or access rule violation - unexpected end of input. Unexpected end of input, expected 'CYPHER', 'EXPLAIN', 'PROFILE' or a query.
@@ -900,6 +936,10 @@ Status description:: error: syntax error or access rule violation - unexpected e
900
936
901
937
Status description:: error: syntax error or access rule violation - unsupported normal form. Unknown Normal Form: `{ $input }`.
902
938
939
+
=== 42N51
940
+
941
+
Status description:: error: syntax error or access rule violation - invalid parameter. Invalid parameter `{ $param }`.
942
+
903
943
=== 42N57
904
944
905
945
Status description:: error: syntax error or access rule violation - invalid use of data-modifications in expressions. `{ $expr }` cannot contain any updating clauses.
@@ -912,6 +952,14 @@ Status description:: error: syntax error or access rule violation - function wit
912
952
913
953
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
954
955
+
=== 42N73
956
+
957
+
Status description:: error: syntax error or access rule violation - invalid placement of USE clause. The USE clause must be the first clause of a query or an operand to '... UNION ...' . In a CALL sub-query, it can also be the second clause if the first clause is an importing WITH.
958
+
959
+
=== 42N74
960
+
961
+
Status description:: error: syntax error or access rule violation - invalid nested USE clause. Failed to access `{ $db1 }` and `{ $db2 }`. Child USE clauses must target the same graph as their parent query. Run in separate (sub)queries instead.
962
+
915
963
=== 42N75
916
964
917
965
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.
@@ -969,10 +1017,18 @@ Status description:: error: syntax error or access rule violation - cannot modif
969
1017
970
1018
Status description:: error: syntax error or access rule violation - cannot delete own user. Cannot delete the user record of the current user.
971
1019
1020
+
=== 42NA5
1021
+
1022
+
Status description:: info: accessing multiple graphs only supported on composite databases. Accessing multiple graphs in the same query is only supported on composite databases. Connect to a composite database with the desired constituents.
1023
+
972
1024
=== 42NA6
973
1025
974
1026
Status description:: info: invalid alias target. Aliases are not allowed to target composite databases.
975
1027
1028
+
=== 42NA7
1029
+
1030
+
Status description:: info: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct.
1031
+
976
1032
=== 42NFD
977
1033
978
1034
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.
@@ -998,7 +1054,7 @@ Status description:: error: general processing exception - internal error. Inter
998
1054
999
1055
Status description:: error: general processing exception - deadlock detected. Deadlock detected while trying to acquire locks. See log for more details.
1000
1056
1001
-
== 50N06
1057
+
=== 50N06
1002
1058
1003
1059
Status description:: error: general processing exception - remote execution client error. Remote execution failed. See cause for more details.
1004
1060
@@ -1012,18 +1068,17 @@ Status description:: error: general processing exception - invalid server state
1012
1068
1013
1069
=== 50N11
1014
1070
1015
-
1016
1071
Status description:: error: general processing exception - constraint creation failed. Unable to create `{ $constrDescrOrName }`.
1017
1072
1018
1073
=== 50N12
1019
1074
1020
1075
Status description:: error: general processing exception - constraint drop failed. Unable to drop `{ $constrDescrOrName }`.
1021
1076
1022
-
== 50N16
1077
+
=== 50N16
1023
1078
1024
1079
Status description:: error: general processing exception - remote execution transient error. Remote execution failed. See cause for more details.
1025
1080
1026
-
== 50N17
1081
+
=== 50N17
1027
1082
1028
1083
Status description:: error: general processing exception - remote execution database error. Remote execution failed. See cause for more details.
1029
1084
@@ -1036,6 +1091,7 @@ Status description:: error: general processing exception - unexpected error. Une
1036
1091
50N42 is the default GQLSTATUS code for exceptions without a GQL object.
1037
1092
For more information, see link:https://neo4j.com/docs/operations-manual/current/monitoring/logging/#_use_json_format_for_the_query_log[Operations Manual -> Use JSON format for the query log].
1038
1093
====
1094
+
1039
1095
== System configuration or operation exception
1040
1096
1041
1097
System configuration or operation exception errors occur when there is an error in the system configuration or operation, such as procedure registration failure, a missing class field annotation, an unsupported injectable component type, duplicate field names, invalid map key type, etc.
@@ -1198,6 +1254,10 @@ Status description:: error: system configuration or operation exception - out of
1198
1254
1199
1255
Status description:: error: system configuration or operation exception - stack overflow. There is not enough stack size to perform the current task.
1200
1256
1257
+
=== 51N38
1258
+
1259
+
Status description:: error: system configuration or operation exception - failed to acquire execution thread. There are insufficient threads available for executing the current task.
1260
+
1201
1261
=== 51N39
1202
1262
1203
1263
Status description:: error: system configuration or operation exception - raft log corrupted. Expected set of files not found on disk. Please restore from backup.
@@ -1313,6 +1373,9 @@ Status description:: error: system configuration or operation exception - vector
1313
1373
1314
1374
Status description:: error: system configuration or operation exception - resource exhaustion. Insufficient resources to complete the request.
1315
1375
1376
+
=== 51N68
1377
+
1378
+
Status description:: error: system configuration or operation exception - CDC is disabled for this database. Change Data Capture is not currently enabled for this database.
Status description:: error: procedure exception - procedure sandboxed. `{ $sig }` is unavailable because it is sandboxed. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only un-restrict procedures you can trust with access to database internals.
1492
+
1493
+
=== 52N35
1494
+
1495
+
Status description:: error: procedure exception - procedure compilation failed. Failed to compile procedure/function defined in `{ $procClass }`: `{ $msg }`
0 commit comments