The following raw XML format is passed to the template during processing:
<?xml version="1.0"?>
<logNotesStatus wasSuccess="{0}">
<messageID>{1}</messageID>
<notes><![CDATA[{2}]]></notes>
<exceptionDetails available="{3}">
** REPEAT {0..n}**
<exception type="{0}">
<message>{1}</message>
<properties>
** REPEAT {0..n}** <property name="{0}"><![CDATA[{1}]]></property>
</properties>
<stackTrace><![CDATA[{3}]]></stackTrace>
</exception>
</exceptionDetails>
</logNotesStatus>
See Also |
Next |