Include type and attribute name in validate error messages #83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ocavue/validate-error-message"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I found it might be hard to debug validate errors like "Expected value of type string, got boolean". This PR adds the attribute name and node/mark type name to the error message, which should make debugging a lot easier.
Thanks!