Closed cluka closed 2 years ago
Hi @cluka
There's now an OnDeserializeError
options, which lets you control what happens when an exception occurs during deserialization.
Let me know if this works for you and I will create a release.
Ok, this i very clean and it works for me.
As I see in the code, the deserialization exceptions (JsonException..) is swallowed. There is no Log entry written and the exception is not re-thrown. So When the exception happens, we only get Status Code 400 but not error why.