Skip to content

Commit 094bc48

Browse files
Apply suggestions from code review
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 4cf5338 commit 094bc48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,19 +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 column names. All `{ $context }` 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. Use `AS` to ensure columns have the same name.
940940

941941
=== 42N3A
942942

943-
Status description:: error: syntax error or access rule violation - incompatible subquery type. All `{ $context }` need to be either returning or unit..
943+
Status description:: error: syntax error or access rule violation - incompatible conditional query. All `{ $context }` need to either return rows or update the graph.
944944

945945
=== 42N3B
946946

947947
Status description:: error: syntax error or access rule violation - incompatible number of return columns. All `{ $context }` must return the same number of columns.
948948

949949
=== 42N3C
950950

951-
Status description:: error: syntax error or access rule violation - invalid use of 'CALL { ... }'. Not possible to enclose `{ $clause }` in 'CALL { ... }', please use 'CALL () { ... }'.
951+
Status description:: error: syntax error or access rule violation - invalid use of 'CALL { ... }'. Not possible to enclose `{ $clause }` in 'CALL { ... }'. Use 'CALL () { ... }' instead.
952952

953953
=== 42N40
954954

0 commit comments

Comments
 (0)