Skip to content

Commit b4c26bb

Browse files
committed
Add 22NBE and 22NBF
1 parent 8456995 commit b4c26bb

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-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 needs to be between `{ <<count>> }` and `{ $count1 }`, but was `{ $count2 }`.
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>> }` 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,14 @@ Status description:: error: data exception - index belongs to constraint. Index
633633

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

636+
=== xref:errors/gql-errors/22NBE.adoc[22NBE]
637+
638+
Status description:: error: data exception - invalid vector dimensions. Invalid vector dimensions. The number of vector dimensions needs to be between `{ <<count>> }` and `{ $count1 }`, but was `{ $count2 }`.
639+
640+
=== xref:errors/gql-errors/22NBF.adoc[22NBF]
641+
642+
Status description:: error: data exception - property value too big. Property value of type `{ <<typeDescription>> }` too big (more than `{ <<bytes>> }` bytes): `{ <<value>> }`
643+
636644

637645
[[invalid-transaction-state]]
638646
== 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)