g_ETLActivitySteps_TryCatch
TryCatch
Properties
caption : stringString identifier for caption display in the UI.
description : stringTry-catch block description.
layout : stringGUI layout data.
name : stringStep name.
variable : identifierVariable, in which to store the caught exception.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
Content
Sequence of:
g_ETLActivitySteps_TryCatch_Finally [0..1] - A script that is run when the flow leaves the try block, either normally or through an exception.
Parents
g_ETLActivitySteps_Join_Sequence - Step within a Join of a Service. e.g. Script, Transform, Try, Branch...
ETLActivity - An ETL activity.
g_ETLActivitySteps_TryCatch_Finally
A script that is run when the flow leaves the try block, either normally or through an exception.
Parent topic: ETLActivity
Parent topic: g_ETLActivitySteps_TryCatch_Try
Parent topic: g_ETLActivitySteps_TryCatch_Catch
Parent topic: g_ETLActivitySteps_Join_Sequence