ReasonCode (BadJournal property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:BadJournal:ReasonCode subtitle}}
<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]]
<p>
ReasonCode is a member of the [[BadJournal class]].
</p>


==Syntax==
==Syntax==
<p class="syntax">%rc = %bdJrnl:ReasonCode
{{Template:BadJournal:ReasonCode syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 18: Line 12:


</td></tr></table>
</td></tr></table>
==See also==
{{Template:BadJournal:ReasonCode footer}}

Revision as of 20:39, 25 March 2011

Numeric code indicating cause of BadJournal exception (BadJournal class)

[Introduced in Sirius Mods 7.8]

Syntax

%number = badJournal:ReasonCode

Syntax terms

%rc This is a numeric variable to contain the code that describes the reason the exception was thrown. Possible values include:
1
Either the dataset or stream name is invalid, or the journal is invalid.
2
The dataset or stream is empty.
3
The journal was created with a different Model 204 version than the current Online.
4
A merged journal is invalid.
%bdJrnl A reference to an instance of a BadJournal object.

See also