Skip to content

Commit 354ddda

Browse files
committed
Add 42N3A-42N3B-42N3C and update 42N39
1 parent 64364b6 commit 354ddda

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@
220220
**** xref:errors/gql-errors/42N31.adoc[]
221221
**** xref:errors/gql-errors/42N32.adoc[]
222222
**** xref:errors/gql-errors/42N39.adoc[]
223+
**** xref:errors/gql-errors/42N3A.adoc[]
224+
**** xref:errors/gql-errors/42N3B.adoc[]
225+
**** xref:errors/gql-errors/42N3C.adoc[]
223226
**** xref:errors/gql-errors/42N40.adoc[]
224227
**** xref:errors/gql-errors/42N42.adoc[]
225228
**** xref:errors/gql-errors/42N45.adoc[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42N39
22

33
== Status description
4-
error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names.
4+
Status description:: 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.
55

66
ifndef::backend-pdf[]
77
[discrete.glossary]

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,19 @@ Status description:: error: syntax error or access rule violation - invalid use
888888

889889
=== xref:errors/gql-errors/42N39.adoc[42N39]
890890

891-
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.
891+
Status description:: 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.
892+
893+
=== xref:errors/gql-errors/42N3A.adoc[42N3A]
894+
895+
Status description:: error: syntax error or access rule violation - incompatible conditional query. All `{ <<context>> }` need to either return rows or update the graph.
896+
897+
=== xref:errors/gql-errors/42N3B.adoc[42N3B]
898+
899+
Status description:: error: syntax error or access rule violation - incompatible number of return columns. All `{ <<context>> }` must return the same number of columns.
900+
901+
=== xref:errors/gql-errors/42N3C.adoc[42N3C]
902+
903+
Status description:: error: syntax error or access rule violation - invalid use of 'CALL { ... }'. Not possible to enclose `{ <<clause>> }` in 'CALL { ... }'. Use 'CALL () { ... }' instead.
892904

893905
=== xref:errors/gql-errors/42N40.adoc[42N40]
894906

0 commit comments

Comments
 (0)