ErrorCollection Complex Type
Defines the error elements that can be contained by the Errors section of the deployment report.
<xs:complexType name="ErrorCollection">
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="DocumentError"
type="DocumentError"
/>
<xs:element name="DocumentResolutionError"
type="DocumentResolutionError"
/>
<xs:element name="DocumentConstraintError"
type="DocumentConstraintError"
/>
</xs:choice>
</xs:complexType>
Child Elements
Element | Type | Description |
---|---|---|
Documents a constraint error in a deployment report. |
||
Documents a general error in a deployment report. |
||
Documents an error in a deployment report that can be identified with a specific definition or member from a .sdm file. |