Description (AddToRecordError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (looks better without that blank line)
m (consistency is the key)
Line 8: Line 8:
</td></tr>
</td></tr>
<tr><th>addToRecordError</th>
<tr><th>addToRecordError</th>
<td>An <var>AddToRecordError</var> object.
<td>An <var>[[AddToRecordError_class|AddToRecordError]]</var> object.
</td></tr></table>
</td></tr></table>



Revision as of 05:43, 10 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.

Usage Notes

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

See also