Is your feature request related to a problem? Please describe.
When there is a bad parameter, an error is displayed in the logs :
BadParameterError: {"type":"is not nullable"}: bad parameter
Describe the solution you'd like
Would it be possible to add the origin Object of that error
BadParameterError: {"type":"is not nullable"}: bad parameter for transaction
or
BadParameterError: {"type":"is not nullable in transaction schema"}: bad parameter
It will be helpful for finding the wrong ingestion calls
Thanks a lot