Skip to content

Commit 0406f0f

Browse files
Hunternessrenetapopova
authored andcommitted
Update 22N69 and 22N71 to have more consistent wording when compared to the corresponding constraint errors
1 parent c524105 commit 0406f0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

modules/ROOT/pages/errors/gql-errors/22N69.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.06
2+
13
= 22N69
24

35
== Status description
4-
error: data exception - index does not exist. The index specified by `{ <<idxDescrOrName>> }` does not exist.
6+
error: data exception - index does not exist. The index `{ <<idxDescrOrName>> }` does not exist.
57

68

79
ifndef::backend-pdf[]

modules/ROOT/pages/errors/gql-errors/22N71.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.06
2+
13
= 22N71
24

35
== Status description
4-
error: data exception - index with the same name already exists. An index with the same name already exists: `{ <<idx>> }`.
6+
error: data exception - duplicated index name. An index with the same name already exists: `{ <<idx>> }`.
57

68

79
ifndef::backend-pdf[]

0 commit comments

Comments
 (0)