How to parse different validation error response
patrick-radius opened this issue · 1 comments
patrick-radius commented
So, unfortunately our backend returns validation errors in a slightly different format than this library expects it.
Is there a way to configure how this response is parsed so that the models error object will be populated correctly?
I found PR #45 mentioning a similar situation, but i do not fully comprehend the given solution.
DrBraOs commented
Same proplem, please help.