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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.



You are not allowed to post comments.

Comments
<comments />