catch
The catch link can only be used with a cTry component and if a try link has already been used in order to isolate a part of a Route likely to generate an error.
So, the catch link catches the errors generated by the Route put in a Try block and enable you to handle it, if necessary, and continue the Route, if possible.