MSIR.0778 (methtype) (methname) not declared: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
A method definition appeared for a method that had not been declared in a <var>Public</var>, <var>Private</var>, <tt>Public Shared</tt>, or <tt>Private Shared</tt> block. All methods must be declared in one of the indicated blocks. It is usually easiest to copy the method definition to a declaration, or to use a tool (such as Xtend &#x2014; http://yoda-software.com.au) that does this automatically. Copy the method definition to the appropriate class declaration block.
A method definition appeared for a method that had not been declared in a <var>Public</var>, <var>Private</var>, <var>Public Shared</var>, or <var>Private Shared</var> block. All methods must be declared in one of the indicated blocks. It is usually easiest to copy the method definition to a declaration, or to use a tool (such as Xtend &#x2014; http://yoda-software.com.au) that does this automatically. Copy the method definition to the appropriate class declaration block.


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

Latest revision as of 23:34, 3 March 2017

A method definition appeared for a method that had not been declared in a Public, Private, Public Shared, or Private Shared block. All methods must be declared in one of the indicated blocks. It is usually easiest to copy the method definition to a declaration, or to use a tool (such as Xtend — http://yoda-software.com.au) that does this automatically. Copy the method definition to the appropriate class declaration block.


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