Is there away to provide error message data from a webhook via either Webhook or Event logs?
- 
 Currently I have a webhook that will return a 400 given a certain condition that may be met during a user.update event. The error itself works well but I am looking for a way to provide details regarding the error message (i.e. the body of the returned error code). I am looking to either populate this section in the webhook logs:  
 Or this section in the event logs (the event is created upon failure of the webhook): Is there a way of editing either of these fields? 
- 
 @edschlough If you take a look at the example code from the webhook documentation, it shows how to return errors. Is this what you are after? 
- 
 @mark-robustelli said in Is there away to provide error message data from a webhook via either Webhook or Event logs?: @edschlough If you take a look at the example code from the webhook documentation, it shows how to return errors. Is this what you are after? Thank you so much 
