-
Notifications
You must be signed in to change notification settings - Fork 50
Improve the configuration validation error messages #1675
Comments
So the error was a leading space in the field type i.e. |
Hi @chrisprice, just to let you know we’ve not forgotten about this, I’m hoping to address it over the next couple of weeks. |
Improve test generators / builders for DTOs and `GenerationConfigSource` to simplify writing tests cases
Current errors (some similar checks not in table).
|
Observations considering the validation / error messages:
|
(Observation 1) Not enough interpolated values are quotedI am comfortable picking this up as part of this issue. (Observation 2) Messages offer a link to some part of the documentationPropose that this gets looked at as part of a different issue (#1689).
(Observation 3) Inconsistent context for finding constraintPropose that this gets looked at as part of a different issue (#1690).
(Observation 4) Validation checks are not as extensive as they could beI am comfortable picking this up as part of this issue. (Observation 5) Some messages could do with a rewordingPropose that this gets looked at as part of a different issue.
|
Sounds good to me, very thorough bit of work! |
... so that it is clearer for users to interpret.
Feature request
I've misconfigured one of my fields but it's not obvious to me which one it is from the error message.
Ideally the above would give me not only the misconfigured field but also suggestions on what I need to do to fix it.
The text was updated successfully, but these errors were encountered: