contexts
contexts copied to clipboard
#CHANGE Added "node"-names to each Exception to improve readability
For my projects I'm working on long list like:
And the JSON nodes should be equal to: | data[0].id| 123 | | data[0].mailId| 456 | | data[0].phoneId| 789 | | data[0].addressId| ... |
Currently the behaviour is just to print an Exception that the value does not match, but not for which node this error was thrown.
Now i added the node name to all thrown Exceptions.