Skip to content

Commit a86cfec

Browse files
committed
feat: add error 42N79 to docs
1 parent 5a80b14 commit a86cfec

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@
333333
**** xref:errors/gql-errors/42N76.adoc[]
334334
**** xref:errors/gql-errors/42N77.adoc[]
335335
**** xref:errors/gql-errors/42N78.adoc[]
336+
**** xref:errors/gql-errors/42N79.adoc[]
336337
**** xref:errors/gql-errors/42N81.adoc[]
337338
**** xref:errors/gql-errors/42N82.adoc[]
338339
**** xref:errors/gql-errors/42N83.adoc[]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= 42N79
2+
3+
== Status description
4+
error: syntax error or access rule violation - invalid allReduce arguments.
5+
The function allReduce() has the signature: allReduce(accumulator :: VARIABLE = initial :: ANY, variable :: VARIABLE IN list :: LIST<ANY> | expression :: ANY, predicate :: BOOLEAN ) :: BOOLEAN.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]

0 commit comments

Comments
 (0)