Description (AddToRecordError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and . . . well, that's about it . . . I don't know this one)
Line 1: Line 1:
{{Template:AddToRecordError:Description subtitle}}
{{Template:AddToRecordError:Description subtitle}}
==Syntax==
==Syntax==
{{Template:AddToRecordError:Description syntax}}
{{Template:AddToRecordError:Description syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%str</th>
<tr><th>%string</th>
<td>A string to receive the description of the exception.
<td>A string to receive the description of the exception.
</td></tr>
</td></tr>
<tr><th>%a2RecErr</th>
<tr><th>addToRecordError</th>
<td>An <var>AddToRecordError</var> object.
<td>An <var>AddToRecordError</var> object.
</td></tr></table>


</td></tr></table>
==See also==
==See also==
{{Template:AddToRecordError:Description footer}}
{{Template:AddToRecordError:Description footer}}

Revision as of 04:03, 1 April 2011

Description of error (AddToRecordError class)

[Introduced in Sirius Mods 7.8]

Syntax

%string = addToRecordError:Description

Syntax terms

%string A string to receive the description of the exception.
addToRecordError An AddToRecordError object.

See also