Skip to content

Instantly share code, notes, and snippets.

@lurumad
Created September 25, 2018 16:54
Show Gist options
  • Save lurumad/078267d98a5287d12511b7681dfd5290 to your computer and use it in GitHub Desktop.
Save lurumad/078267d98a5287d12511b7681dfd5290 to your computer and use it in GitHub Desktop.
Handling errors
<send-one-way-request mode="new">
<set-url>https://hooks.slack.com/services/xxxxxxx/xxxxxxx/xxxxxxxxxx</set-url>
<set-method>POST</set-method>
<set-body>@{
return new JObject(
new JProperty("text", context.LastError.Message)
).ToString();
}</set-body>
</send-one-way-request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment