We want to be able to intentionally fail an Incoming Webhook request if something goes wrong in our code. This is important because then the system making the request can then retry it later.
How can I return an HTTP 400 or 500 from our Incoming Webhook in Deluge code?