Sdílet prostřednictvím


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

DocumentConstraintError (ErrorCollection) Element

DocumentConstraintError Complex Type

Documents a constraint error in a deployment report.

DocumentError (ErrorCollection) Element

DocumentError Complex Type

Documents a general error in a deployment report.

DocumentResolutionError (ErrorCollection) Element

DocumentResolutionError Complex Type

Documents an error in a deployment report that can be identified with a specific definition or member from a .sdm file.