Skip to content

Commit e69418e

Browse files
Lojjsrenetapopova
andauthored
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent 90498dc commit e69418e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/errors/gql-errors/22NB9.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ error: data exception - invalid inner list type. Lists cannot have `{ <<item>> }
66

77
== Example scenario
88

9-
For example, when trying to create a property type constraint with a list of a union as property type:
9+
For example, try to create a property type constraint with a list of a union as property type:
1010

1111
[source,cypher]
1212
----
@@ -18,7 +18,7 @@ REQUIRE n.prop IS :: LIST<INTEGER NOT NULL | FLOAT NOT NULL>
1818
The error will have GQLSTATUS xref:errors/gql-errors/50N11.adoc[50N11].
1919
The first cause in the cause chain will have GQLSTATUS xref:errors/gql-errors/22N90.adoc[22N90] and the second cause will have GQLSTATUS 22NB9.
2020
The status description of the cause with GQLSTATUS 22NB9 will be:
21-
21+
+
2222
[source]
2323
----
2424
error: data exception - invalid inner list type. Lists cannot have a union of types as an inner type in this context.

0 commit comments

Comments
 (0)