Error Handling in a Step (Magic xpi 4.5)
You can also handle an error by checking the Error Code in the condition of the step. If the parent step has ended with an error, the C.sys.ErrorCode variable will still contain the Error Code in the condition of the following step, but will be cleared when the step starts.
If you want to catch an error of a specific step and handle it, you do it using an error variable in the condition of the next step.
The error code values are found in the Errors Repository (Solution Explorer's Repositories section > Errors).
Error Handling Variables