You are here:
Try-Catch Block
A Try-Catch Block lets you "try" running the steps inside it and then "catch" the error if a step fails.
Property |
Description |
|---|---|
Fail on Block Error |
Specifies that if the Try-Catch Block fails, the entire Integration Procedure fails. |
Failure Response |
A response to return if the Try-Catch Block fails. The value can be a formula. A Try-Catch Block can have both a Failure Response and a Custom Failure Response. |
Custom Failure Response |
A Remote Class and Remote Method of an Apex class to execute if the Try-Catch Block fails. The Apex class must implement VlocityOpenInterface. |

