ProcessingErrorDataType Complex Type
Applies to: desktop apps only
Defines an error that occurred while rendering the event data for the event. This can occur if the event data does not match the event data template definition in the manifest.
<xs:complexType name="ProcessingErrorDataType">
<xs:sequence>
<xs:element name="ErrorCode"
type="unsignedInt"
/>
<xs:element name="DataItemName"
type="string"
/>
<xs:element name="EventPayload"
type="hexBinary"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
<xs:anyAttribute
processContents="lax"
namespace="##other"
/>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| DataItemName | string |
The name of the event data item that caused the error. |
| ErrorCode | unsignedInt |
The error code of the error that occurred while rendering the event data. |
| EventPayload | hexBinary |
A binary blob that contains the entire event data. |
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
Send comments about this topic to Microsoft
Build date: 2/3/2012