ITP/Server will force an error.
The command ThrowError will put ITP/Server in the Error State. The current request will terminate unless an earlier OnError command has defined an error handler.
The command ThrowError can be used at the end of an error handler to report the final error after cleanup.
The 'Message' is logged by ITP/Server as an informational message. The command ThrowError will not be logged as an error.
ThrowError
Message(<text>);
Message: Required.
The message that will be sent back to a synchronous client. If this parameter is not specified ITP/Server will send back the last "real" error message