Skip to content

Commit d21eb4f

Browse files
42I64 - Unsupported operation (#360)
Rename 42I64 to unsupported operation [Neo4j PR](neo-technology/neo4j#32037) --------- Co-authored-by: Reneta Popova <[email protected]>
1 parent fdb9faf commit d21eb4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42I64
22

33
== Status description
4-
error: syntax error or access rule violation - unsupported aggregation. `{ <<msg>> }` currently not supported after `+NEXT+` `{ <<context>> }`.
4+
error: syntax error or access rule violation - unsupported operation. `{ <<msg>> }` currently not supported after `+NEXT+` `{ <<context>> }`.
55

66
== Example scenario
77

@@ -25,7 +25,7 @@ This error has a cause detailed in xref:errors/gql-errors/42I64.adoc[42I64] and
2525

2626
[source]
2727
----
28-
error: syntax error or access rule violation - unsupported aggregation. Aggregations are currently not supported in `NEXT` when used in a `UNION`.
28+
error: syntax error or access rule violation - unsupported operation. Aggregations are currently not supported in `NEXT` when used in a `UNION`.
2929
----
3030

3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ Status description:: error: syntax error or access rule violation - wrong subcla
10501050

10511051
=== xref:errors/gql-errors/42I64.adoc[42I64]
10521052

1053-
Status description:: error: syntax error or access rule violation - unsupported aggregation. `{ <<msg>> }` currently not supported after `+NEXT+` `{ <<context>> }`.
1053+
Status description:: error: syntax error or access rule violation - unsupported operation. `{ <<msg>> }` currently not supported after `+NEXT+` `{ <<context>> }`.
10541054

10551055
[role=label--changed-2025.03]
10561056
=== xref:errors/gql-errors/42N00.adoc[42N00]

0 commit comments

Comments
 (0)