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/42N00.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
label:new[Changed in 2025.03]
3
3
4
4
== Status description
5
-
error: syntax error or access rule violation - graph reference not found. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
5
+
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/42N39.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
label:new[Changed in 2025.03]
3
3
4
4
== Status description
5
-
error: syntax error or access rule violation - incompatible return columns. All `{<<context>>}` in a UNION clause must have the same return column names.
5
+
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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ Status description:: error: data exception - input failed validation. Invalid in
161
161
=== xref:errors/gql-errors/22N06.adoc[22N06]
162
162
label:new[Changed in 2025.03]
163
163
164
-
Status description:: error: data exception - required input missing. Invalid input. `{ <<option>> }` needs to be specified.
164
+
Status description:: error: data exception - required input missing. Invalid input. `{ <<inputList>> }` needs to be specified.
165
165
166
166
=== xref:errors/gql-errors/22N07.adoc[22N07]
167
167
@@ -314,7 +314,7 @@ Status description:: error: data exception - CSV buffer size overflow. Cannot re
314
314
=== xref:errors/gql-errors/22N51.adoc[22N51]
315
315
label:new[Changed in 2025.03]
316
316
317
-
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.
317
+
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.
318
318
319
319
=== xref:errors/gql-errors/22N52.adoc[22N52]
320
320
@@ -841,7 +841,7 @@ Status description:: error: syntax error or access rule violation - no longer va
841
841
=== xref:errors/gql-errors/42N00.adoc[42N00]
842
842
label:new[Changed in 2025.03]
843
843
844
-
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.
844
+
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.
845
845
846
846
=== xref:errors/gql-errors/42N01.adoc[42N01]
847
847
@@ -874,7 +874,7 @@ Status description:: error: syntax error or access rule violation - variable sha
874
874
=== xref:errors/gql-errors/42N08.adoc[42N08]
875
875
label:new[Changed in 2025.03]
876
876
877
-
Status description:: error: syntax error or access rule violation - no such procedure. The procedure `{ <<proc>> }` was not found. Verify that the spelling is correct.
877
+
Status description:: error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.
878
878
879
879
=== xref:errors/gql-errors/42N09.adoc[42N09]
880
880
@@ -982,7 +982,7 @@ Status description:: error: syntax error or access rule violation - duplicate re
982
982
=== xref:errors/gql-errors/42N39.adoc[42N39]
983
983
label:new[Changed in 2025.03]
984
984
985
-
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.
985
+
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.
0 commit comments