ReasonCode (BadJournal property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
Line 1: Line 1:
{{Template:BadJournal:ReasonCode subtitle}}
#REDIRECT [[BadJournal class#ReasonCode constructor]]
==Syntax==
{{Template:BadJournal:ReasonCode syntax}}
===Syntax terms===
<table class="syntaxTable">
<tr><th>%number</th>
<td>This is a numeric variable to receive the code describing the reason the exception was thrown. Possible values include:
<table>
<tr><th><var>1</var></th><td>Either the dataset or stream name is invalid, or the journal is invalid.</td></tr>
<tr><th><var>2</var></th><td>The dataset or stream is empty.</td></tr>
<tr><th><var>3</var></th><td>The journal was created with a different <var class="product">Model 204</var> version than the current Online.</td></tr>
<tr><th><var>4</var></th><td>The content of the merged journal is invalid.</td></tr>
</table>
</td></tr>
<tr><th>%badJournal</th>
<td>A reference to an instance of a <var>[[BadJournal_class|BadJournal]]</var> object.
</td></tr></table>


==Usage Notes==
[[Category:BadJournalmethods|ReasonCode constructor]]
<ul>
<li><var>ReasonCode</var> is available in <var class="product">[[Sirius Mods|Sirius Mods]]</var> Version 7.8 and later.
</ul>
 
==See also==
{{Template:BadJournal:ReasonCode footer}}

Revision as of 21:31, 9 May 2011