innoave/valid

wrong error code in constraint violation for constraint `CharCount::MinMax`

Closed this issue · 1 comments

When validating a value for the constraint CharCount::MinMax that has to few characters the error code in the resulting constraint violation is "invalid-length-min" but should be "invalid-char-count-min".

fixed with commit 951ad43