File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/ROOT/pages/errors/gql-errors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
1818The error will have GQLSTATUS xref:errors/gql-errors/50N11.adoc[50N11].
1919The first cause in the cause chain will have GQLSTATUS xref:errors/gql-errors/22N90.adoc[22N90] and the second cause will have GQLSTATUS 22NB9.
2020The status description of the cause with GQLSTATUS 22NB9 will be:
21-
21+ +
2222[source]
2323----
2424error: data exception - invalid inner list type. Lists cannot have a union of types as an inner type in this context.
You can’t perform that action at this time.
0 commit comments