diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 8d3ac699..883ee11f 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -936,7 +936,19 @@ Status description:: error: syntax error or access rule violation - specified nu === 42N39 -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. +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. + +=== 42N3A + +Status description:: error: syntax error or access rule violation - incompatible conditional query. All `{ $context }` need to either return rows or update the graph. + +=== 42N3B + +Status description:: error: syntax error or access rule violation - incompatible number of return columns. All `{ $context }` must return the same number of columns. + +=== 42N3C + +Status description:: error: syntax error or access rule violation - invalid use of 'CALL { ... }'. Not possible to enclose `{ $clause }` in 'CALL { ... }'. Use 'CALL () { ... }' instead. === 42N40