diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 13eadb08..c080e3a0 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -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[] diff --git a/modules/ROOT/pages/errors/gql-errors/22NBE.adoc b/modules/ROOT/pages/errors/gql-errors/22NBE.adoc new file mode 100644 index 00000000..302635dc --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NBE.adoc @@ -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 `{ <>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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22NBF.adoc b/modules/ROOT/pages/errors/gql-errors/22NBF.adoc new file mode 100644 index 00000000..d085327e --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NBF.adoc @@ -0,0 +1,17 @@ +:page-role: new-2025.09 + += 22NBF + +== Status description +error: data exception - property value too big. Property value of type `{ <> }` is too big (more than `{ <> }` bytes): `{ <> }` + +== 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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 8aa5a112..9b4a6c63 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -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: `{ <> }`. +[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 `{ <>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 `{ <> }` is too big (more than `{ <> }` bytes): `{ <> }` + [[invalid-transaction-state]] == Invalid transaction state diff --git a/modules/ROOT/partials/glossary.adoc b/modules/ROOT/partials/glossary.adoc index 221620fa..7b4c159c 100644 --- a/modules/ROOT/partials/glossary.adoc +++ b/modules/ROOT/partials/glossary.adoc @@ -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`.