try
This link connects specifically a cTry component to a receiving component to be able to handle error in part of your Route.
To isolate the part of your Route likely to generate an error, you can put it in a Try block via the cTry component and its try link. Once isolated, if the Route generates an error, the error will by sent to the error handler unless a Catch block is found right after the Try block. For more information, see the catch section below.