Open david-eom opened 3 years ago
We only accept integers between 1 and 2147483647 for the index, which is indicated in the error message. In both the UG and the app itself, a command with an index out of the range is defined as having invalid format.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Team chose [severity.VeryLow
]
Originally [severity.Low
]
Reason for disagreement: [replace this with your explanation]
To reproduce:
clear
to purge the databseeditLink 1 n/asdf
, the errorThe link index provided is invalid
pops upeditLink 0 n/asdf
, we would expect the same error. But instead the errorInvalid command format
is being thrown.This bug persists for all index based commands.
For non-zero indexes:
For zero indexes: