try_catch
Control FlowWraps commands with try and catch equivalents.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
try | array | Yes | — | Commands executed first |
catch | array | No | [] | Commands executed on failure |
Usage Example
RTILA X PROJECT JSON
{
"command": "try_catch",
"params": {
"try": [],
"catch": []
}
}
Related Scenarios
- View /scenarios/error-handling/4 · error handling
Related Learning Articles
Was this helpful?
Thank you for your feedback!