1. Emit `InvalidByteQuantityError` for an invalid or missing suffix 2. Emit `InvalidNumericSequence` if the value does not start with a number. RIght now we just get `InvalidByteQuantityError` for all strings, and then the error messages are incorrect.
Emit
InvalidByteQuantityErrorfor an invalid or missing suffixEmit
InvalidNumericSequenceif the value does not start with a number.RIght now we just get
InvalidByteQuantityErrorfor all strings, and then the error messages are incorrect.