MSIR.0754 Class (class), (method): not (action): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
The indicated method was used in a context in which it's not allowed. If the object is a member of a system class, check the method documentation to determine its appropriate contexts. If the object is a member of a User Language class, determine if the attempted action is reasonable. A common mistake is to forget to specify a function that returns an informational value as <tt>Callable</tt>, If a function performs meaningful processing other than determining its result value, it probably makes sense to make it <tt>Callable</tt>.
The indicated method was used in a context in which it's not allowed. If the object is a member of a system class, check the method documentation to determine its appropriate contexts. If the object is a member of a User Language class, determine if the attempted action is reasonable. A common mistake is to forget to specify a function that returns an informational value as <tt>Callable</tt>, If a function performs meaningful processing other than determining its result value, it probably makes sense to make it <tt>Callable</tt>.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]

Revision as of 16:05, 13 August 2015

The indicated method was used in a context in which it's not allowed. If the object is a member of a system class, check the method documentation to determine its appropriate contexts. If the object is a member of a User Language class, determine if the attempted action is reasonable. A common mistake is to forget to specify a function that returns an informational value as Callable, If a function performs meaningful processing other than determining its result value, it probably makes sense to make it Callable.