MSIR.0803 Optional or default parameter required for presence test: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
An <tt>Is Present</tt> or <tt>Is Not Present</tt> test was specified for something other than an Optional or Default method parameter. If the operand of the test is not a method parameter, this error is probably caused by a mix-up between parameter and other names. Otherwise, perhaps the parameter should be made Optional or Default. If not, the test should be eliminated.
An <tt>Is Present</tt> or <tt>Is Not Present</tt> test was specified for something other than an Optional or Default method parameter. If the operand of the test is not a method parameter, this error is probably caused by a mix-up between parameter and other names. Otherwise, perhaps the parameter should be made Optional or Default. If not, the test should be eliminated.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:59, 19 April 2013

An Is Present or Is Not Present test was specified for something other than an Optional or Default method parameter. If the operand of the test is not a method parameter, this error is probably caused by a mix-up between parameter and other names. Otherwise, perhaps the parameter should be made Optional or Default. If not, the test should be eliminated.