Skip to content

Commit

Permalink
Update messages for 22N04 and 22N27 (#210)
Browse files Browse the repository at this point in the history
It was decided to remove "on of" from these messages as it sounds weird
when there is only one element in the list.
  • Loading branch information
Lojjs authored Nov 1, 2024
1 parent f87b6d4 commit b106341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/errors/gql-errors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Status description:: error: data exception - specified numeric value out of rang

=== 22N04

Status description:: error: data exception - invalid input value. Invalid input `{ $input }` for `{ $context }`. Expected one of `{ $inputList }`.
Status description:: error: data exception - invalid input value. Invalid input `{ $input }` for `{ $context }`. Expected `{ $inputList }`.

=== 22N05

Expand Down Expand Up @@ -221,7 +221,7 @@ Status description:: error: data exception - unsupported rounding mode. Unknown

=== 22N27

Status description:: error: data exception - invalid entity type. Invalid input `{ $input }` for `{ $variable }`. Expected to be one of `{ $valueTypeList }`.
Status description:: error: data exception - invalid entity type. Invalid input `{ $input }` for `{ $variable }`. Expected to be `{ $valueTypeList }`.

// === 22N28

Expand Down

0 comments on commit b106341

Please sign in to comment.