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.adoc
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -936,7 +936,19 @@ Status description:: error: syntax error or access rule violation - specified nu
936
936
937
937
=== 42N39
938
938
939
-
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.
939
+
Status description:: error: syntax error or access rule violation - incompatible return column names. All `{ $context }` must have the same return column names.
940
+
941
+
=== 42N3A
942
+
943
+
Status description:: error: syntax error or access rule violation - incompatible subquery type. All `{ $context }` need to be either returning or unit..
944
+
945
+
=== 42N3B
946
+
947
+
Status description:: error: syntax error or access rule violation - incompatible number of return columns. All `{ $context }` must return the same number of columns.
948
+
949
+
=== 42N3C
950
+
951
+
Status description:: error: syntax error or access rule violation - invalid use of 'CALL { ... }'. Not possible to enclose `{ $clause }` in 'CALL { ... }', please use 'CALL () { ... }'.
0 commit comments