Search

Raise Error

Last Updated: Mar 8, 2023

Articles

Use this function to terminate the node run with customized error messages.

Useful in automation scenarios of error checks.

Syntax

Raise Error (message)

Parameters

Input Parameter Name Description
message Message to be displayed for the error

Sample

Raise Error (Origin and Destination cannot be same)

  • If the check of whether Origin and Destination field are different fails, the node run gets terminated with error message “Origin and Destination cannot be same”.

To view all the UI functions, click here.

Did you find what you were looking for?