You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -414,17 +414,19 @@ Status description:: error: data exception - duplicated constraint name. A const
414
414
415
415
Status description:: error: data exception - dependent constraint managed individually. Dependent constraints cannot be managed individually and must be managed together with its graph type.
416
416
417
+
[role=label--changed-2025.07]
417
418
=== xref:errors/gql-errors/22N69.adoc[22N69]
418
419
419
-
Status description:: error: data exception - index does not exist. The index specified by `{ <<idxDescrOrName>> }` does not exist.
420
+
Status description:: error: data exception - index does not exist. The index `{ <<idxDescrOrName>> }` does not exist.
420
421
421
422
=== xref:errors/gql-errors/22N70.adoc[22N70]
422
423
423
424
Status description:: error: data exception - equivalent index already exists. An equivalent index already exists: `{ <<idxDescrOrName>> }`.
424
425
426
+
[role=label--changed-2025.07]
425
427
=== xref:errors/gql-errors/22N71.adoc[22N71]
426
428
427
-
Status description:: error: data exception - index with the same name already exists. An index with the same name already exists: `{ <<idx>> }`.
429
+
Status description:: error: data exception - duplicated index name. An index with the same name already exists: `{ <<idx>> }`.
0 commit comments