From 3351946585b78104a60a975a5cae72d3149a6e39 Mon Sep 17 00:00:00 2001 From: Satia Herfert Date: Mon, 16 Jun 2025 11:05:04 +0200 Subject: [PATCH 1/2] Add 22NBC --- modules/ROOT/content-nav.adoc | 1 + .../ROOT/pages/errors/gql-errors/22NBC.adoc | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 modules/ROOT/pages/errors/gql-errors/22NBC.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 10a9b8b4..60977477 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -152,6 +152,7 @@ **** xref:errors/gql-errors/22NB8.adoc[] **** xref:errors/gql-errors/22NB9.adoc[] **** xref:errors/gql-errors/22NBA.adoc[] +**** xref:errors/gql-errors/22NBC.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/22NBC.adoc b/modules/ROOT/pages/errors/gql-errors/22NBC.adoc new file mode 100644 index 00000000..600270ba --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/22NBC.adoc @@ -0,0 +1,21 @@ += 22NBC + +== Status description + +error: data exception - index belongs to constraint. Index belongs to constraint `{ <> }`. + +== Scenario + +This error code is used when the user tries drop an index belonging to a constraint. + +== Possible solution + +Drop the constraint instead. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] \ No newline at end of file From fcac543633ac504d859a345ded73250e7cf71f1e Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Mon, 16 Jun 2025 10:18:45 +0100 Subject: [PATCH 2/2] regenerate index.adoc file --- modules/ROOT/pages/errors/gql-errors/index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index c7a0a4f5..b913aa50 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -615,6 +615,10 @@ Status description:: error: data exception - invalid inner list type. Lists cann Status description:: error: data exception - omitting mandatory field for property type constraints for vectors. Property type constraints for vectors need to define both coordinate type and dimension. +=== xref:errors/gql-errors/22NBC.adoc[22NBC] + +Status description:: error: data exception - index belongs to constraint. Index belongs to constraint `{ <> }`. + [[invalid-transaction-state]] == Invalid transaction state