Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@
**** xref:errors/gql-errors/22NBA.adoc[]
**** xref:errors/gql-errors/22NBC.adoc[]
**** xref:errors/gql-errors/22NBD.adoc[]
**** xref:errors/gql-errors/22NBE.adoc[]
**** xref:errors/gql-errors/22NBF.adoc[]
*** xref:errors/gql-errors/index.adoc#invalid-transaction-state[Invalid transaction state]
**** xref:errors/gql-errors/25G02.adoc[]
**** xref:errors/gql-errors/25N01.adoc[]
Expand Down
17 changes: 17 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22NBE.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:page-role: new-2025.09

= 22NBE

== 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 }`.

== Scenario

This error occurs when the server receives a vector value from a driver and that vector value has an unsupported number of dimensions.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
17 changes: 17 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22NBF.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:page-role: new-2025.09

= 22NBF

== Status description
error: data exception - property value too big. Property value of type `{ <<typeDescription>> }` is too big (more than `{ <<bytes>> }` bytes): `{ <<value>> }`

== Scenario

This error occurs when a property value cannot be stored because its size exceeds the limit.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 10 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,16 @@ Status description:: error: data exception - index belongs to constraint. Index

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

[role=label--new-2025.09]
=== xref:errors/gql-errors/22NBE.adoc[22NBE]

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 }`.

[role=label--new-2025.09]
=== xref:errors/gql-errors/22NBF.adoc[22NBF]

Status description:: error: data exception - property value too big. Property value of type `{ <<typeDescription>> }` is too big (more than `{ <<bytes>> }` bytes): `{ <<value>> }`


[[invalid-transaction-state]]
== Invalid transaction state
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/partials/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[[auth]]$auth:: Auth provider name, for example, `ldap`, `native`.
[[boltServerState]]$boltServerState:: Bolt server state, for example, `READY`.
[[boltMsgLenLimit]]$boltMsgLenLimit:: Bolt message length limit, for example, `1000`.
[[bytes]]$bytes:: Number of bytes.
[[cause]]$cause:: Freeform description of what caused the error.
[[cfgSetting]]$cfgSetting:: Configuration setting key, for example, `server.https.enabled`.
[[clause]]$clause:: A Cypher clause, for example, `USE`, `MATCH`.
Expand Down