Open hsiaotingluv opened 2 years ago
Error message already states that index must be a positive integer. Since information is already included, this issue is cosmetic at best.
Team chose [response.Rejected
]
Reason for disagreement: Error messages can be correct but not specific enough i.e., it says the input is 'invalid' without giving the reason. As a user, I may not realise what is wrong with the input.
Additionally, making the error message more specific does not take "a lot more effort", as it can return the same error message as the index out of bound error.
Team chose [severity.VeryLow
]
Originally [severity.Low
]
Reason for disagreement: Error messages can be correct but not specific enough i.e., it says the input is 'invalid' without giving the reason. As a user, I may not realise what is wrong with the input, which results in occasional inconvenience in rare situations like having typo.
Severity remain low.
Input: schedule -1 m/05-Dec-2021 20:00
Expected: The person index provided is invalid
Reason: lack of specificity in error message, same error for other commands