Overview
In any automated workflow, errors are inevitable. Whether it's a network glitch, a missing file, or a UI element that didn't load in time, Exceptions are the way Talos signals that something went wrong during execution.
Exception Types
When an error occurs in Talos, it is categorized into a specific Exception Type. This categorization allows you to create specialized Error Handling Rules for different failure scenarios.
Error Handling Rules
Error Handling Rules (also known as Exception Rules) allow you to define exactly how an action should behave when it encounters a specific type of error. Rules are defined within each Action's properties.