How to Use Error Handling
This video demonstrates how to incorporate error handling into your bot to mitigate issues and make your automations more resilient. It begins with the basic default use case that shows how to add Try, Catch, and Throw to produce a system generated exception message. It then shows an advanced case that demonstrates how to mitigate errors by customizing the error message, sending email to stakeholders, and even running additional bots or Python code after encountering an exception.