Value (AddToRecordError property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax table to syntax template, tags and edits) |
||
Line 1: | Line 1: | ||
{{Template:AddToRecordError:Value subtitle}} | {{Template:AddToRecordError:Value subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:AddToRecordError:Value syntax}} | {{Template:AddToRecordError:Value syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%string</th> | ||
<td>A string to receive the value. If the error involves a value in <var>[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</var>'s method object <var>[[XmlDoc class|XmlDoc]]</var> (for example, if <code>[[Reason (AddToRecordError property)|Reason]] = InvalidBase64</code>), this is the value that is in error (actually, up to 255 bytes of the value). | <td>A string to receive the value. If the error involves a value in <var>[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</var>'s method object <var>[[XmlDoc class|XmlDoc]]</var> (for example, if <code>[[Reason (AddToRecordError property)|Reason]] = InvalidBase64</code>), this is the value that is in error (actually, up to 255 bytes of the value). | ||
</td></tr> | </td></tr> | ||
<tr><th> | <tr><th>addToRecordError</th> | ||
<td>An <var>AddToRecordError</var> object. | <td>An <var>[[AddToRecordError]]</var> object. | ||
</td></tr></table> | |||
==See also== | ==See also== | ||
{{Template:AddToRecordError:Value footer}} | {{Template:AddToRecordError:Value footer}} |
Revision as of 05:25, 10 April 2011
Value from input XmlDoc for which error occurred (AddToRecordError class)
[Introduced in Sirius Mods 7.8]
Syntax
%string = addToRecordError:Value
Syntax terms
%string | A string to receive the value. If the error involves a value in AddToRecord's method object XmlDoc (for example, if Reason = InvalidBase64 ), this is the value that is in error (actually, up to 255 bytes of the value).
|
---|---|
addToRecordError | An AddToRecordError object. |