You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only error client gets is "Malformed JSON in request body.", while Jackson's exceptions contain enough details to diagnose a problem (i.e. "Unrecognized token 'ture'").
I could not come up with a PR solving this w/o majorly reordering internals, since json-body-request indicates an error happening with an empty response. If you're interested in that, I can work on a PR given the idea of a change. :)
The text was updated successfully, but these errors were encountered:
This is what I ended up with, and I'm struggling to do the same here w/o changing json-body-request return type. And json-body-request is public... Not sure which approach would be the best to take here, any thoughts?
Currently the only error client gets is "Malformed JSON in request body.", while Jackson's exceptions contain enough details to diagnose a problem (i.e. "Unrecognized token 'ture'").
I could not come up with a PR solving this w/o majorly reordering internals, since
json-body-request
indicates an error happening with an empty response. If you're interested in that, I can work on a PR given the idea of a change. :)The text was updated successfully, but these errors were encountered: