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.
The value of the «showErr» parameter is set to 1
by default.
Remedies
Correct the «showErr» parameter passed to the RunConsoleProcess function.
See Also
Comments
Enable comment auto-refresher