Raises an error with the specified exception number and places the specified error message, preceded by *** Error:, into the results file.
RaiseError(iExcept, sMessage)
Variable | Description |
---|---|
iExcept | The number of the exception you want to raise. INTEGER. |
sMessage | The error message string to associate with the raised error. STRING. |
RaiseError (13, "Employee dialog not dismissed after {ACCEPT_TIMEOUT} seconds")
*** ERROR: Employee dialog not dismissed after 15 seconds