Open jingyu987 opened 11 months ago
We disagree that this is a functionality bug as ultimately, the error message correctly lets the user know that it is the index that is entered incorrectly, and our UG also already lets users know the valid inputs for stall and item indexes.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Having invalid indexes such as s/0 will show "The stall index provided is invalid", but for the view item feature having i/0 will show "Item index is not a non-zero unsigned integer."
Although a small issue, i believe the error messages should be consistent such as "The item index provided is invalid." to prevent confusion from users especially since that error message might be confusing to some.