diff --git a/modules/ROOT/pages/errors/gql-errors/42I64.adoc b/modules/ROOT/pages/errors/gql-errors/42I64.adoc index eec43c6a..cc09712f 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I64.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I64.adoc @@ -1,7 +1,7 @@ = 42I64 == Status description -error: syntax error or access rule violation - unsupported aggregation. `{ <> }` currently not supported after `+NEXT+` `{ <> }`. +error: syntax error or access rule violation - unsupported operation. `{ <> }` currently not supported after `+NEXT+` `{ <> }`. == Example scenario @@ -25,7 +25,7 @@ This error has a cause detailed in xref:errors/gql-errors/42I64.adoc[42I64] and [source] ---- -error: syntax error or access rule violation - unsupported aggregation. Aggregations are currently not supported in `NEXT` when used in a `UNION`. +error: syntax error or access rule violation - unsupported operation. Aggregations are currently not supported in `NEXT` when used in a `UNION`. ---- diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index ba607ae7..dcf7b85f 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1050,7 +1050,7 @@ Status description:: error: syntax error or access rule violation - wrong subcla === xref:errors/gql-errors/42I64.adoc[42I64] -Status description:: error: syntax error or access rule violation - unsupported aggregation. `{ <> }` currently not supported after `+NEXT+` `{ <> }`. +Status description:: error: syntax error or access rule violation - unsupported operation. `{ <> }` currently not supported after `+NEXT+` `{ <> }`. [role=label--changed-2025.03] === xref:errors/gql-errors/42N00.adoc[42N00]