You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/22NB9.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
== Status description
4
4
5
-
error: data exception - invalid inner list type. Lists cannot have `{ <<item>> }` as an inner type in this context.
5
+
error: data exception - invalid inner list type. Lists cannot have `{ <<typeDescription>> }` as an inner type in this context.
6
6
7
7
== Example scenario
8
8
@@ -15,10 +15,10 @@ FOR (n:Label)
15
15
REQUIRE n.prop IS :: LIST<INTEGER NOT NULL | FLOAT NOT NULL>
16
16
----
17
17
18
-
The error will have GQLSTATUS xref:errors/gql-errors/50N11.adoc[50N11].
19
-
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.
20
-
The status description of the cause with GQLSTATUS 22NB9 will be:
21
-
+
18
+
You will receive an error with GQLSTATUS xref:errors/gql-errors/50N11.adoc[50N11].
19
+
This error has a cause detailed in xref:errors/gql-errors/22N90.adoc[22N90], which also has a subsequent cause with GQLSTATUS 22NB9 and status description:
20
+
21
+
22
22
[source]
23
23
----
24
24
error: data exception - invalid inner list type. Lists cannot have a union of types as an inner type in this context.
0 commit comments