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

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(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]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 16:06, 13 August 2015

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.