The values of all error variables will exist after the script execution. The first variable, ErrorMode, is input from the user, and the last three are output from Qlik Sense with information on errors in the script.
Use the drop-down on each variable to see a brief description and the syntax of each variable. Click the variable name in the syntax description for further details.
This error variable determines what action is to be taken by Qlik Sense when
an error is encountered during script execution.
This error variable returns the total number of statements that have caused errors during
the current script execution. This variable is always reset to 0 at the
start of script execution.
This error variable will contain a concatenated
list of all script errors that have occurred during the last script execution.
Each error is separated by a line feed.