ReasonCode (BadJournal property)

From m204wiki
Revision as of 06:02, 10 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
Jump to navigation Jump to search

Numeric code indicating cause of BadJournal exception (BadJournal class)

[Introduced in Sirius Mods 7.8]

Syntax

%number = badJournal:ReasonCode

Syntax terms

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

Usage Notes

  • ReasonCode is available in "Sirius Mods" Version 7.8 and later.

See also