Skip to content

Commit 3351946

Browse files
committed
Add 22NBC
1 parent 44320be commit 3351946

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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::[]

0 commit comments

Comments
 (0)