Skip to content

Update 22N69 and 22N71 to have more consistent wording when compared to the corresponding constraint errors #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22N69.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.06

= 22N69

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


ifndef::backend-pdf[]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22N71.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.06

= 22N71

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


ifndef::backend-pdf[]
Expand Down