Open yuxuanleong opened 2 years ago
Both error messages are still accurate. For the second input, the error message states that the index must be a positive integer.
Team chose [response.Rejected
]
Reason for disagreement: For both cases: edit 100 nm/edited name
and edit 0 nm/edited name
, as a user, I would expect both error message to be the same since the problem (invalid index provided) is the same
However, the error message for the second input is focused on invalid command and data format which means that there is a possibility that:
Since there is a more specific error message created by the team "The index provided is invalid", it should be used for the second input too.
Steps to reproduce
edit 100 nm/edited name
and press Enter.edit 0 nm/edited name
and press Enter.Expected
Same error message for both commands
Actual
Different error message is shown
Screenshots