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
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
The text was updated successfully, but these errors were encountered:
nickykln
changed the title
[Feature request] : Additional Logs fro BadParameterError
[Feature request] : Additional Logs for BadParameterError
Dec 10, 2024
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
The text was updated successfully, but these errors were encountered: