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
1 change: 1 addition & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
21 changes: 21 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22NBC.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
= 22NBC

== Status description

error: data exception - index belongs to constraint. Index belongs to constraint `{ <<constrDescrOrName>> }`.

== 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::[]
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 `{ <<constrDescrOrName>> }`.


[[invalid-transaction-state]]
== Invalid transaction state
Expand Down