function string getMessage() {
return message;
}
Message Function
Since CloverETL 2.8.0, you can also define a function for your own error messages.
This message
variable should be declared as a global string variable and defined anywhere in the code so as to be used in the place where the getMessage()
function is located.
The message
will be written to the console.