Skip to content

Commit bc5ce3c

Browse files
Add 22NBC (#343)
Co-authored-by: Reneta Popova <[email protected]>
1 parent 44320be commit bc5ce3c

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
**** xref:errors/gql-errors/22NB8.adoc[]
153153
**** xref:errors/gql-errors/22NB9.adoc[]
154154
**** xref:errors/gql-errors/22NBA.adoc[]
155+
**** xref:errors/gql-errors/22NBC.adoc[]
155156
*** xref:errors/gql-errors/index.adoc#invalid-transaction-state[Invalid transaction state]
156157
**** xref:errors/gql-errors/25G02.adoc[]
157158
**** xref:errors/gql-errors/25N01.adoc[]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
= 22NBC
2+
3+
== Status description
4+
5+
error: data exception - index belongs to constraint. Index belongs to constraint `{ <<constrDescrOrName>> }`.
6+
7+
== Scenario
8+
9+
This error code is used when the user tries drop an index belonging to a constraint.
10+
11+
== Possible solution
12+
13+
Drop the constraint instead.
14+
15+
16+
ifndef::backend-pdf[]
17+
[discrete.glossary]
18+
== Glossary
19+
20+
include::partial$glossary.adoc[]
21+
endif::[]

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,10 @@ Status description:: error: data exception - invalid inner list type. Lists cann
615615

616616
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.
617617

618+
=== xref:errors/gql-errors/22NBC.adoc[22NBC]
619+
620+
Status description:: error: data exception - index belongs to constraint. Index belongs to constraint `{ <<constrDescrOrName>> }`.
621+
618622

619623
[[invalid-transaction-state]]
620624
== Invalid transaction state

0 commit comments

Comments
 (0)