Skip to content

Commit 3748596

Browse files
committed
Update parameters and fix review comments.
1 parent e69418e commit 3748596

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
:page-role: changed-2025.05
12
= 22N90
23

34
== Status description
4-
error: data exception - property type unsupported in constraint. `{ <<item>> }` is not supported in property type constraints.
5+
error: data exception - property type unsupported in constraint. `{ <<valueType>> }` is not supported in property type constraints.
56

67
ifndef::backend-pdf[]
78
[discrete.glossary]

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
== Status description
44

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.
66

77
== Example scenario
88

@@ -15,10 +15,10 @@ FOR (n:Label)
1515
REQUIRE n.prop IS :: LIST<INTEGER NOT NULL | FLOAT NOT NULL>
1616
----
1717

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+
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.

modules/ROOT/partials/glossary.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
[[tokenId]]$tokenId:: Token ID.
124124
[[tokenType]]$tokenType:: One of a label, a relationship type, or a property key.
125125
[[transactionId]]$transactionId:: The transaction ID of a running query.
126+
[[typeDescription]]$typeDescription:: Freeform description of a type e.g. 'a list'.
126127
[[upper]]$upper:: The highest accepted number of a range.
127128
[[url]]$url:: A URL, for example, https://example.com.
128129
[[user]]$user:: A user name, for example, `neo4j`.

0 commit comments

Comments
 (0)