Skip to content

Commit 4169b46

Browse files
renetapopovaLojjsNataliaIvakinahvublidiazuin
authored
Main merge dev (#386)
Co-authored-by: Louise Berglund <[email protected]> Co-authored-by: NataliaIvakina <[email protected]> Co-authored-by: Louise Söderström <[email protected]> Co-authored-by: Hannes Voigt <[email protected]> Co-authored-by: Lidia Zuin <[email protected]> Co-authored-by: Alex Fox Gill <[email protected]> Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Lasse Heemann <[email protected]> Co-authored-by: Gem Lamont <[email protected]> Co-authored-by: JoelBergstrand <[email protected]> Co-authored-by: Nick Giles <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: ConorNeo <[email protected]> Co-authored-by: Balazs Lendvai <[email protected]> Co-authored-by: Satia Herfert <[email protected]> Co-authored-by: Olivia Ytterbrink <[email protected]> Co-authored-by: Greg Woods <[email protected]> Co-authored-by: MishaDemianenko <[email protected]> Co-authored-by: Antonio Barcélos <[email protected]>
1 parent 1d7d64d commit 4169b46

File tree

11 files changed

+200
-8
lines changed

11 files changed

+200
-8
lines changed

antora.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: status-codes
22
title: Status Codes for Errors & Notifications
3-
version: '2025.08'
3+
version: '2025.09'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc
77
asciidoc:
88
attributes:
99
page-origin-private: false
10-
neo4j-version: '2025.08'
11-
neo4j-version-exact: '2025.08.0'
12-
neo4j-buildnumber: '2025.08'
10+
neo4j-version: '2025.09'
11+
neo4j-version-exact: '2025.09.0'
12+
neo4j-buildnumber: '2025.09'

modules/ROOT/content-nav.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
**** xref:errors/gql-errors/22N57.adoc[]
9696
**** xref:errors/gql-errors/22N58.adoc[]
9797
**** xref:errors/gql-errors/22N59.adoc[]
98+
**** xref:errors/gql-errors/22N60.adoc[]
9899
**** xref:errors/gql-errors/22N62.adoc[]
99100
**** xref:errors/gql-errors/22N63.adoc[]
100101
**** xref:errors/gql-errors/22N64.adoc[]
@@ -156,6 +157,8 @@
156157
**** xref:errors/gql-errors/22NBA.adoc[]
157158
**** xref:errors/gql-errors/22NBC.adoc[]
158159
**** xref:errors/gql-errors/22NBD.adoc[]
160+
**** xref:errors/gql-errors/22NBE.adoc[]
161+
**** xref:errors/gql-errors/22NBF.adoc[]
159162
*** xref:errors/gql-errors/index.adoc#invalid-transaction-state[Invalid transaction state]
160163
**** xref:errors/gql-errors/25G02.adoc[]
161164
**** xref:errors/gql-errors/25N01.adoc[]
@@ -259,6 +262,9 @@
259262
**** xref:errors/gql-errors/42I62.adoc[]
260263
**** xref:errors/gql-errors/42I63.adoc[]
261264
**** xref:errors/gql-errors/42I64.adoc[]
265+
**** xref:errors/gql-errors/42I65.adoc[]
266+
**** xref:errors/gql-errors/42I66.adoc[]
267+
**** xref:errors/gql-errors/42I67.adoc[]
262268
**** xref:errors/gql-errors/42N00.adoc[]
263269
**** xref:errors/gql-errors/42N01.adoc[]
264270
**** xref:errors/gql-errors/42N02.adoc[]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:page-role: new-2025.09
2+
= 22N60
3+
4+
== Status description
5+
error: data exception - illegal element. Encountered illegal `{ <<item>> }` element. Reason: `{ <<msg>> }`
6+
7+
== Example of a status description
8+
9+
[source]
10+
----
11+
error: data exception - illegal element. Encountered illegal root element. Reason: Expected struct.
12+
----
13+
ifndef::backend-pdf[]
14+
[discrete.glossary]
15+
== Glossary
16+
17+
include::partial$glossary.adoc[]
18+
endif::[]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:page-role: new-2025.09
2+
3+
= 22NBE
4+
5+
== Status description
6+
error: data exception - invalid vector dimensions. Invalid vector dimensions. The number of vector dimensions must be between `{ <<count>>1 }` and `{ $count2 }`, but is `{ $count3 }`.
7+
8+
== Scenario
9+
10+
This error occurs when the server receives a vector value from a driver and that vector value has an unsupported number of dimensions.
11+
12+
ifndef::backend-pdf[]
13+
[discrete.glossary]
14+
== Glossary
15+
16+
include::partial$glossary.adoc[]
17+
endif::[]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:page-role: new-2025.09
2+
3+
= 22NBF
4+
5+
== Status description
6+
error: data exception - property value too big. Property value of type `{ <<typeDescription>> }` is too big (more than `{ <<bytes>> }` bytes): `{ <<value>> }`
7+
8+
== Scenario
9+
10+
This error occurs when a property value cannot be stored because its size exceeds the limit.
11+
12+
ifndef::backend-pdf[]
13+
[discrete.glossary]
14+
== Glossary
15+
16+
include::partial$glossary.adoc[]
17+
endif::[]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
:page-role: new-2025.09
2+
= 42I65
3+
4+
== Status description
5+
error: syntax error or access rule violation - invalid pattern character. An invalid character is used in the pattern. Verify that all characters are supported by `{ <<valueType>> }`.
6+
7+
== Example scenario
8+
9+
For example, when trying to format using a year character on a time-only type:
10+
11+
[source,cypher]
12+
----
13+
RETURN format(time(), "yyyy") AS formatted
14+
----
15+
16+
You will receive an error with GQLSTATUS xref:errors/gql-errors/42001.adoc[42001].
17+
This error has a cause detailed in xref:errors/gql-errors/42I65.adoc[42I65] and status description:
18+
19+
20+
[source]
21+
----
22+
error: syntax error or access rule violation - invalid pattern character. An invalid character is used in the pattern. Verify that all characters are supported by `ZONED TIME`.
23+
----
24+
25+
26+
ifndef::backend-pdf[]
27+
[discrete.glossary]
28+
== Glossary
29+
30+
include::partial$glossary.adoc[]
31+
endif::[]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
:page-role: new-2025.09
2+
= 42I66
3+
4+
== Status description
5+
error: syntax error or access rule violation - pattern parsing failed. Pattern parsing failed. Make sure that an even number of escapes are used in the pattern.
6+
7+
== Example scenario
8+
9+
For example, when formatting a duration:
10+
11+
[source,cypher]
12+
----
13+
RETURN format(duration("P1Y"), "y 'year")
14+
----
15+
16+
You will receive an error with GQLSTATUS xref:errors/gql-errors/42001.adoc[42001].
17+
This error has a cause detailed in xref:errors/gql-errors/42I66.adoc[42I66] and status description:
18+
19+
20+
[source]
21+
----
22+
error: syntax error or access rule violation - pattern parsing failed. Pattern parsing failed. Make sure that an even number of escapes are used in the pattern.
23+
----
24+
25+
26+
ifndef::backend-pdf[]
27+
[discrete.glossary]
28+
== Glossary
29+
30+
include::partial$glossary.adoc[]
31+
endif::[]
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
:page-role: new-2025.09
2+
= 42I67
3+
4+
== Status description
5+
error: syntax error or access rule violation - unsupported language feature. The query is a valid `CYPHER { <<feat>>2 }` query, but it is run in `CYPHER { <<feat>>1 }`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER { <<feat>>2 }`.
6+
7+
== Example scenario
8+
9+
For example, when using `LET` in a Cypher 5 query:
10+
11+
[source,cypher]
12+
----
13+
CYPHER 5
14+
LET x = 1
15+
RETURN x
16+
----
17+
18+
You will receive an error with GQLSTATUS xref:errors/gql-errors/42001.adoc[42001].
19+
This error has a cause detailed in xref:errors/gql-errors/42I67.adoc[42I67] and status description:
20+
21+
22+
[source]
23+
----
24+
error: syntax error or access rule violation - unsupported language feature. The query is a valid `CYPHER 25` query, but it is run in `CYPHER 5`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER 25`.
25+
----
26+
27+
As well as a cause detailed in xref:errors/gql-errors/42I06.adoc[42I06] and status description:
28+
29+
[source]
30+
----
31+
error: syntax error or access rule violation - invalid input. Invalid input 'LET', expected: 'ALTER', 'ORDER BY', 'CALL', 'USING PERIODIC COMMIT', 'CREATE', 'LOAD CSV', 'START DATABASE', 'STOP DATABASE', 'DEALLOCATE', 'DELETE', 'DENY', 'DETACH', 'DROP', 'DRYRUN', 'FINISH', 'FOREACH', 'GRANT', 'INSERT', 'LIMIT', 'MATCH', 'MERGE', 'NODETACH', 'OFFSET', 'OPTIONAL', 'REALLOCATE', 'REMOVE', 'RENAME', 'RETURN', 'REVOKE', 'ENABLE SERVER', 'SET', 'SHOW', 'SKIP', 'TERMINATE', 'UNWIND', 'USE' or 'WITH'.
32+
----
33+
34+
35+
ifndef::backend-pdf[]
36+
[discrete.glossary]
37+
== Glossary
38+
39+
include::partial$glossary.adoc[]
40+
endif::[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ Status description:: error: data exception - invalid spatial component. Cannot r
386386

387387
Status description:: error: data exception - token does not exist. The `{ <<tokenType>> }` token with id `{ <<tokenId>> }` does not exist.
388388

389+
[role=label--new-2025.09]
390+
=== xref:errors/gql-errors/22N60.adoc[22N60]
391+
392+
Status description:: error: data exception - illegal element. Encountered illegal `{ <<item>> }` element. Reason: `{ <<msg>> }`
393+
389394
=== xref:errors/gql-errors/22N62.adoc[22N62]
390395

391396
Status description:: error: data exception - relationship type does not exist. The relationship type `{ <<relType>> }` does not exist.
@@ -629,9 +634,20 @@ Status description:: error: data exception - omitting mandatory field for proper
629634

630635
Status description:: error: data exception - index belongs to constraint. Index belongs to constraint `{ <<constrDescrOrName>> }`.
631636

637+
[role=label--new-2025.07]
632638
=== xref:errors/gql-errors/22NBD.adoc[22NBD]
633639

634-
Status description:: error: data exception - unsupported struct tag. Unsupported struct tag: 0x56. `{ <<value>> }`.
640+
Status description:: error: data exception - unsupported struct tag. Unsupported struct tag: `{ <<value>> }`.
641+
642+
[role=label--new-2025.09]
643+
=== xref:errors/gql-errors/22NBE.adoc[22NBE]
644+
645+
Status description:: error: data exception - invalid vector dimensions. Invalid vector dimensions. The number of vector dimensions must be between `{ <<count>>1 }` and `{ $count2 }`, but is `{ $count3 }`.
646+
647+
[role=label--new-2025.09]
648+
=== xref:errors/gql-errors/22NBF.adoc[22NBF]
649+
650+
Status description:: error: data exception - property value too big. Property value of type `{ <<typeDescription>> }` is too big (more than `{ <<bytes>> }` bytes): `{ <<value>> }`
635651

636652

637653
[[invalid-transaction-state]]
@@ -1056,6 +1072,21 @@ Status description:: error: syntax error or access rule violation - wrong subcla
10561072

10571073
Status description:: error: syntax error or access rule violation - unsupported operation. `{ <<msg>> }` currently not supported after `+NEXT+` `{ <<context>> }`.
10581074

1075+
[role=label--new-2025.09]
1076+
=== xref:errors/gql-errors/42I65.adoc[42I65]
1077+
1078+
Status description:: error: syntax error or access rule violation - invalid pattern character. An invalid character is used in the pattern. Verify that all characters are supported by `{ <<valueType>> }`.
1079+
1080+
[role=label--new-2025.09]
1081+
=== xref:errors/gql-errors/42I66.adoc[42I66]
1082+
1083+
Status description:: error: syntax error or access rule violation - pattern parsing failed. Pattern parsing failed. Make sure that an even number of escapes are used in the pattern.
1084+
1085+
[role=label--new-2025.09]
1086+
=== xref:errors/gql-errors/42I67.adoc[42I67]
1087+
1088+
Status description:: error: syntax error or access rule violation - unsupported language feature. The query is a valid `CYPHER { <<feat>>2 }` query, but it is run in `CYPHER { <<feat>>1 }`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER { <<feat>>2 }`.
1089+
10591090
[role=label--changed-2025.03]
10601091
=== xref:errors/gql-errors/42N00.adoc[42N00]
10611092

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,8 +1575,8 @@ Please use a path with a length of 1 [r*1..1] instead or a Match with a limit.
15751575
- The query used a deprecated function. (`%s`)
15761576
- The query used a deprecated procedure. (`%s`)
15771577
- The query used a deprecated runtime option. (`%s`)
1578-
- The `TextIndexProvider.DESCRIPTOR.name()` provider for text indexes is deprecated and will be removed in a future version.
1579-
Please use `TrigramIndexProvider.DESCRIPTOR.name()` instead.
1578+
- `text-1.0` and `text-2.0` (from Neo4j 2025.09 onwards) providers for text indexes are deprecated and will be removed in a future version.
1579+
Please use `text-3.0` instead.
15801580
|Category
15811581
m|DEPRECATION
15821582
|GQLSTATUS code
@@ -5197,4 +5197,4 @@ ifndef::backend-pdf[]
51975197
== Glossary
51985198

51995199
include::partial$glossary.adoc[]
5200-
endif::[]
5200+
endif::[]

0 commit comments

Comments
 (0)