Skip to content

Commit 4cf5338

Browse files
Added 42N3A, 42N3B, 42N3C and updated 42N39
1 parent cf01fc3 commit 4cf5338

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

modules/ROOT/pages/errors/gql-errors.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,19 @@ Status description:: error: syntax error or access rule violation - specified nu
936936

937937
=== 42N39
938938

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 () { ... }'.
940952

941953
=== 42N40
942954

0 commit comments

Comments
 (0)