|
|
(10 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| {{Template:BadJournal:ReasonCode subtitle}}
| | #REDIRECT [[BadJournal class#ReasonCode property|ReasonCode property]] |
|
| |
|
| ==Syntax==
| | [[Category:BadJournal methods|ReasonCode property]] |
| {{Template:BadJournal:ReasonCode syntax}}
| |
| ===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>
| |
| ==See also==
| |
| {{Template:BadJournal:ReasonCode footer}}
| |