contexts icon indicating copy to clipboard operation
contexts copied to clipboard

#CHANGE Added "node"-names to each Exception to improve readability

Open DasBen opened this issue 5 years ago • 0 comments

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.

DasBen avatar May 29 '20 09:05 DasBen