Hi
I'm writing, in PHP, a listener for a webhook call.After parsing the input and trigger some tests on my server,depending on the branch pushed, , what can I write if an error occurs, so bitbucket mark the event as failed?
Thanks