Error Handling
A technique to gracefully intercept and handle processing errors that occur while a task
runs. Explicit error handling uses a combination of exception branches and error steps. Exception
branches can end with an error step. The semantics of the error step are similar to the default
exception handling.