Open marcus-ny opened 7 months ago
This bug is not in scope as even though the error message can be more descriptive, we do feel that the error message is sufficient for the user to find the issue or troubleshoot as necessary. Moreover, in the UG we clearly state the constraints of this field. The reasons for that error message can also be traced back from the UG, and the client size limit can be inferred that way.
It could be a change that we decide to add in the future, to have clearer error messages.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
Description: Error message for deleting out of bounds (deleting index 10 while list only has 6 contacts for example) can be more descriptive to prompt the user to correct their mistake and enter a number within bounds. Perhaps, a message such as "The number you have entered is beyond the number of contacts in the list. The index must be below (current max index)!" would be more descriptive
Preconditions: Contact list has only 6 people.
Steps to reproduce:
Screenshots: