Hey folks. Is it possible to define a list of common error messages, so I don't have to repeat the same message in every schema.
For instance, e.g. minLength, I don't want to rewrite the same message every single time, hence, I'd want to define some of the "global" errors. And if this is not possible, does any of the current maintainers knows if it's feasible to implement something like that in this library, I'm happy to contribute.
Hey folks. Is it possible to define a list of common error messages, so I don't have to repeat the same message in every schema.
For instance, e.g.
minLength
, I don't want to rewrite the same message every single time, hence, I'd want to define some of the "global" errors. And if this is not possible, does any of the current maintainers knows if it's feasible to implement something like that in this library, I'm happy to contribute.Thanks in advance