ReasonCode (BadJournal property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Numeric code indicating the cause of the BadJournal exception<section end=dpl_desc/></span> [[Category:BadJournal methods|Rea...")
 
 
(12 intermediate revisions by 6 users not shown)
Line 1: Line 1:
#REDIRECT [[BadJournal class#ReasonCode property|ReasonCode property]]


<span class="pageSubtitle"><section begin=dpl_desc/>Numeric code indicating the cause of the BadJournal exception<section end=dpl_desc/></span>
[[Category:BadJournal methods|ReasonCode property]]
[[Category:BadJournal methods|ReasonCode property]]
<p>
ReasonCode is a member of the [[BadJournal class]].
</p>
==Syntax==
<p class="syntax">%rc = %bdJrnl:ReasonCode
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%rc</th>
<td>This is a numeric variable to contain the code that describes the reason the exception was thrown. Possible values include: <dl> <dt>1 <dd>Either the dataset or stream name is invalid, or the journal is invalid. <dt>2 <dd>The dataset or stream is empty. <dt>3 <dd>The journal was created with a different <var class="product">Model 204</var> version than the current Online. <dt>4 <dd>A merged journal is invalid. </dl>
</td></tr>
<tr><th>%bdJrnl</th>
<td>A reference to an instance of a BadJournal object.
</td></tr></table>

Latest revision as of 23:09, 9 May 2011