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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
= 22N51
2
+
label:new[Changed in 2025.03]
2
3
3
4
== 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.
5
+
error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` does not exist. Verify that the spelling is correct.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N00.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
= 42N00
2
+
label:new[Changed in 2025.03]
2
3
3
4
== 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.
5
+
error: syntax error or access rule violation - graph reference not found. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N11.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
= 42N11
2
+
label:new[Changed in 2025.03]
2
3
3
4
== 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.
5
+
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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
= 42N39
2
+
label:new[Changed in 2025.03]
2
3
3
4
== 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.
5
+
error: syntax error or access rule violation - incompatible return columns. All `{<<context>>}` in a UNION clause must have the same return column names.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,8 +311,9 @@ Status description:: error: data exception - unable to use specified runtime. Ca
311
311
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'.
312
312
313
313
=== xref:errors/gql-errors/22N51.adoc[22N51]
314
+
label:new[Changed in 2025.03]
314
315
315
-
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.
316
+
Status description:: error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` does not exist. Verify that the spelling is correct.
316
317
317
318
=== xref:errors/gql-errors/22N52.adoc[22N52]
318
319
@@ -557,8 +558,9 @@ Status description:: error: invalid transaction state - specified transaction do
557
558
Transaction `{ <<transactionId>> }` does not exist.
558
559
559
560
=== xref:errors/gql-errors/25N05.adoc[25N05]
561
+
label:new[Changed in 2025.03]
560
562
561
-
Status description:: error: invalid transaction state - transaction terminated or closed. The transaction has been terminated or closed.
563
+
Status description:: error: invalid transaction state - transaction closed. Transaction has been closed.
562
564
563
565
=== xref:errors/gql-errors/25N06.adoc[25N06]
564
566
@@ -836,8 +838,9 @@ Status description:: info: invalid call signature. The procedure or function `{
836
838
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`
837
839
838
840
=== xref:errors/gql-errors/42N00.adoc[42N00]
841
+
label:new[Changed in 2025.03]
839
842
840
-
Status description:: error: syntax error or access rule violation - no such database. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
843
+
Status description:: error: syntax error or access rule violation - graph reference not found. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
841
844
842
845
=== xref:errors/gql-errors/42N01.adoc[42N01]
843
846
@@ -880,8 +883,9 @@ Status description:: error: syntax error or access rule violation - no such user
880
883
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.
881
884
882
885
=== xref:errors/gql-errors/42N11.adoc[42N11]
886
+
label:new[Changed in 2025.03]
883
887
884
-
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.
888
+
Status description:: error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.
885
889
886
890
=== xref:errors/gql-errors/42N12.adoc[42N12]
887
891
@@ -974,8 +978,9 @@ Status description:: error: syntax error or access rule violation - invalid use
974
978
Status description:: error: syntax error or access rule violation - duplicate return item name. Return items must have unique names.
975
979
976
980
=== xref:errors/gql-errors/42N39.adoc[42N39]
981
+
label:new[Changed in 2025.03]
977
982
978
-
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.
983
+
Status description:: error: syntax error or access rule violation - incompatible return columns. All `{<<context>>}` in a UNION clause must have the same return column names.
0 commit comments