Skip to content

Commit 230b1d5

Browse files
Add 22NBE and 22NBF (#374)
Co-authored-by: Reneta Popova <[email protected]>
1 parent 5dc3cef commit 230b1d5

File tree

5 files changed

+47
-0
lines changed

5 files changed

+47
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
**** xref:errors/gql-errors/22NBA.adoc[]
157157
**** xref:errors/gql-errors/22NBC.adoc[]
158158
**** xref:errors/gql-errors/22NBD.adoc[]
159+
**** xref:errors/gql-errors/22NBE.adoc[]
160+
**** xref:errors/gql-errors/22NBF.adoc[]
159161
*** xref:errors/gql-errors/index.adoc#invalid-transaction-state[Invalid transaction state]
160162
**** xref:errors/gql-errors/25G02.adoc[]
161163
**** xref:errors/gql-errors/25N01.adoc[]
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::[]

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,16 @@ Status description:: error: data exception - index belongs to constraint. Index
634634

635635
Status description:: error: data exception - unsupported struct tag. Unsupported struct tag: `{ <<value>> }`.
636636

637+
[role=label--new-2025.09]
638+
=== xref:errors/gql-errors/22NBE.adoc[22NBE]
639+
640+
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 }`.
641+
642+
[role=label--new-2025.09]
643+
=== xref:errors/gql-errors/22NBF.adoc[22NBF]
644+
645+
Status description:: error: data exception - property value too big. Property value of type `{ <<typeDescription>> }` is too big (more than `{ <<bytes>> }` bytes): `{ <<value>> }`
646+
637647

638648
[[invalid-transaction-state]]
639649
== Invalid transaction state

modules/ROOT/partials/glossary.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[[auth]]$auth:: Auth provider name, for example, `ldap`, `native`.
1111
[[boltServerState]]$boltServerState:: Bolt server state, for example, `READY`.
1212
[[boltMsgLenLimit]]$boltMsgLenLimit:: Bolt message length limit, for example, `1000`.
13+
[[bytes]]$bytes:: Number of bytes.
1314
[[cause]]$cause:: Freeform description of what caused the error.
1415
[[cfgSetting]]$cfgSetting:: Configuration setting key, for example, `server.https.enabled`.
1516
[[clause]]$clause:: A Cypher clause, for example, `USE`, `MATCH`.

0 commit comments

Comments
 (0)