ProcessingErrorDataType Complex Type
Article 12/11/2020
3 contributors
Feedback
In this article
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
Requirement
Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]