try - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29
Available in...

Cloud API Services Platform

Cloud Data Fabric

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

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.