Error Messages/40333
Error Message Examples
3 is not a legal value for the showErr parameter (the 7th parameter) of RunConsoleProcess. Allowed values are: 0 = Ignore StdErr text 1 = Report text written to StdErr as an error 2 = report text written to StdErr as warning.
Cause
showErr parameter to RunConsoleProcess should be 0, 1 or 2, but a different value was passed.
Remedies
Correct the showErr parameter passed to the RunConsoleProcess function.
Loading comments...
Comments
<comments />