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>.


{{Template:MSIR.0754 footer}}
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]

Revision as of 21:47, 11 July 2016

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.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error

Back to list of messages