Skip to content

Commit 94e229b

Browse files
committed
Add 42N3A-42N3B-42N3C and update 42N39 (neo4j#272)
Replaces neo4j#252 Documentation for error codes added in [Top Level Braces](neo-technology/neo4j#29137) and [Conditional Subqueries](neo-technology/neo4j#28818).
1 parent 984cb3f commit 94e229b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,19 @@ Status description:: error: syntax error or access rule violation - duplicate re
11881188
[role=label--changed-2025.03]
11891189
=== xref:errors/gql-errors/42N39.adoc[42N39]
11901190

1191-
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.
1191+
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.
1192+
1193+
=== xref:errors/gql-errors/42N3A.adoc[42N3A]
1194+
1195+
Status description:: error: syntax error or access rule violation - incompatible conditional query. All `{ <<context>> }` need to either return rows or update the graph.
1196+
1197+
=== xref:errors/gql-errors/42N3B.adoc[42N3B]
1198+
1199+
Status description:: error: syntax error or access rule violation - incompatible number of return columns. All `{ <<context>> }` must return the same number of columns.
1200+
1201+
=== xref:errors/gql-errors/42N3C.adoc[42N3C]
1202+
1203+
Status description:: error: syntax error or access rule violation - invalid use of 'CALL { ... }'. Not possible to enclose `{ <<clause>> }` in 'CALL { ... }'. Use 'CALL () { ... }' instead.
11921204

11931205
=== xref:errors/gql-errors/42N3A.adoc[42N3A]
11941206

0 commit comments

Comments
 (0)