Search

Raise Error

Last Updated: Dec 6, 2020

Articles

Use this function to set the customised error message. Message is raised when the error occurs.

Syntax

Raise Error (err_msg)

Parameters

Input Parameter Name Description
err_msg Text Value. (Message to be displayed for the error)

Sample

Raise Error (Both Origin and Destination cannot be same)

  • The designer checks the condition if the Origin and Destination field is same and raises error message ‘Both Origin and Destination cannot be same’
Did you find what you were looking for?