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/22N51.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
+
:page-role: changed-2025.03
2
+
1
3
= 22N51
2
4
3
5
== Status description
4
-
error: data exception - database or alias does not exist. A [composite] database or alias with the name `{ <<db>> }` does not exist. Verify that the spelling is correct.
6
+
error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N00.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
+
:page-role: changed-2025.03
2
+
1
3
= 42N00
2
4
3
5
== Status description
4
-
error: syntax error or access rule violation - no such database. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
6
+
error: syntax error or access rule violation - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N08.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
+
:page-role: changed-2025.03
2
+
1
3
= 42N08
2
4
3
5
== Status description
4
-
error: syntax error or access rule violation - no such procedure or function. The procedure or function `{ <<procFun>> }` was not registered for this database instance. Verify that the spelling is correct.
6
+
error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N11.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
+
:page-role: changed-2025.03
2
+
1
3
= 42N11
2
4
3
5
== Status description
4
-
error: syntax error or access rule violation - database or alias already exists. A `[composite]` database or alias with the name `{ <<db>> }` already exists.
6
+
error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N39.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
+
:page-role: changed-2025.03
2
+
1
3
= 42N39
2
4
3
5
== Status description
4
-
error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names.
6
+
error: syntax error or access rule violation - incompatible return column names. All `{<<context>>}` must have the same return column names. Use `AS` to ensure columns have the same name.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,9 +158,10 @@ Status description:: error: data exception - invalid input value. Invalid input
158
158
159
159
Status description:: error: data exception - input failed validation. Invalid input `{ <<input>> }` for `{ <<context>> }`.
160
160
161
+
[role=label--changed-2025.03]
161
162
=== xref:errors/gql-errors/22N06.adoc[22N06]
162
163
163
-
Status description:: error: data exception - empty input string. Invalid input. `{ <<option>> }` needs to be specified.
164
+
Status description:: error: data exception - required input missing. Invalid input. `{ <<inputList>> }` needs to be specified.
164
165
165
166
=== xref:errors/gql-errors/22N07.adoc[22N07]
166
167
@@ -326,9 +327,10 @@ Status description:: error: data exception - unable to use specified runtime. Ca
326
327
327
328
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`.
328
329
330
+
[role=label--changed-2025.03]
329
331
=== xref:errors/gql-errors/22N51.adoc[22N51]
330
332
331
-
Status description:: error: data exception - database or alias does not exist. A [composite] database or alias with the name `{ <<db>> }` does not exist. Verify that the spelling is correct.
333
+
Status description:: error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.
332
334
333
335
=== xref:errors/gql-errors/22N52.adoc[22N52]
334
336
@@ -592,9 +594,10 @@ Status description:: error: invalid transaction state - concurrent access violat
592
594
Status description:: error: invalid transaction state - specified transaction does not exist.
593
595
Transaction `{ <<transactionId>> }` does not exist.
594
596
597
+
[role=label--changed-2025.03]
595
598
=== xref:errors/gql-errors/25N05.adoc[25N05]
596
599
597
-
Status description:: error: invalid transaction state - transaction terminated or closed. The transaction has been terminated or closed.
600
+
Status description:: error: invalid transaction state - transaction closed. Transaction has been closed.
598
601
599
602
=== xref:errors/gql-errors/25N06.adoc[25N06]
600
603
@@ -931,9 +934,10 @@ Status description:: info: invalid call signature. The procedure or function `{
931
934
932
935
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`
933
936
937
+
[role=label--changed-2025.03]
934
938
=== xref:errors/gql-errors/42N00.adoc[42N00]
935
939
936
-
Status description:: error: syntax error or access rule violation - no such database. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
940
+
Status description:: error: syntax error or access rule violation - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.
937
941
938
942
=== xref:errors/gql-errors/42N01.adoc[42N01]
939
943
@@ -963,9 +967,10 @@ Status description:: error: syntax error or access rule violation - unsupported
963
967
964
968
Status description:: error: syntax error or access rule violation - variable shadowing. The variable `{ <<variable>> }` is shadowing a variable with the same name from the outer scope and needs to be renamed.
965
969
970
+
[role=label--changed-2025.03]
966
971
=== xref:errors/gql-errors/42N08.adoc[42N08]
967
972
968
-
Status description:: error: syntax error or access rule violation - no such procedure or function. The procedure or function `{ <<procFun>> }` was not registered for this database instance. Verify that the spelling is correct.
973
+
Status description:: error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.
969
974
970
975
=== xref:errors/gql-errors/42N09.adoc[42N09]
971
976
@@ -975,9 +980,10 @@ Status description:: error: syntax error or access rule violation - no such user
975
980
976
981
Status description:: error: syntax error or access rule violation - no such role. A role with the name `{ <<role>> }` was not found. Verify that the spelling is correct.
977
982
983
+
[role=label--changed-2025.03]
978
984
=== xref:errors/gql-errors/42N11.adoc[42N11]
979
985
980
-
Status description:: error: syntax error or access rule violation - database or alias already exists. A `[composite]` database or alias with the name `{ <<db>> }` already exists.
986
+
Status description:: error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.
981
987
982
988
=== xref:errors/gql-errors/42N12.adoc[42N12]
983
989
@@ -1073,9 +1079,10 @@ Status description:: error: syntax error or access rule violation - invalid use
1073
1079
1074
1080
Status description:: error: syntax error or access rule violation - duplicate return item name. Return items must have unique names.
1075
1081
1082
+
[role=label--changed-2025.03]
1076
1083
=== xref:errors/gql-errors/42N39.adoc[42N39]
1077
1084
1078
-
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.
1085
+
Status description:: error: syntax error or access rule violation - incompatible return column names. All `{<<context>>}` must have the same return column names. Use `AS` to ensure columns have the same name.
1079
1086
1080
1087
=== xref:errors/gql-errors/42N40.adoc[42N40]
1081
1088
@@ -1425,9 +1432,10 @@ Status description:: error: system configuration or operation exception - aggreg
1425
1432
Status description:: error: system configuration or operation exception - class not public. The class `{ <<procClass>> }` must be public.
1426
1433
1427
1434
1435
+
[role=label--changed-2025.03]
1428
1436
=== xref:errors/gql-errors/51N12.adoc[51N12]
1429
1437
1430
-
Status description:: error: system configuration or operation exception - class not void. The procedure `{ <<proc>> }` has zero output fields and must be defined as void.
1438
+
Status description:: error: system configuration or operation exception - class not void. The procedure `{ <<proc>> }` has zero return columns and must be defined as void.
1431
1439
1432
1440
1433
1441
=== xref:errors/gql-errors/51N13.adoc[51N13]
@@ -1485,13 +1493,15 @@ Status description:: error: system configuration or operation exception - insuff
1485
1493
1486
1494
Status description:: error: system configuration or operation exception - database is busy. Cannot compile query due to excessive updates to indexes and constraints.
1487
1495
1496
+
1488
1497
=== xref:errors/gql-errors/51N26.adoc[51N26]
1489
1498
1490
1499
Status description:: error: system configuration or operation exception - not supported in this version. `{ <<item>> }` is not available. This implementation of Cypher does not support `{ <<feat>> }`.
1491
1500
1501
+
[role=label--changed-2025.03]
1492
1502
=== xref:errors/gql-errors/51N27.adoc[51N27]
1493
1503
1494
-
Status description:: error: system configuration or operation exception - not supported in this edition. `{ <<component>> }` is not supported in `{ <<edition>> }`.
1504
+
Status description:: error: system configuration or operation exception - not supported in this edition. `{ <<feat>> }` is not supported in `{ <<edition>> }`.
0 commit comments