Error Messages/40333
< Error Messages
Revision as of 01:57, 27 January 2010 by AManandhar (talk | contribs) (Created page with '= 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 te…')
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.
Comments
<comments />
Enable comment auto-refresher