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="@lt:DocumentError@lid:27305139-a7c9-4e64-a7b9-d63d7fe9952f"
         />
        <xs:element name="DocumentResolutionError"
            type="@lt:DocumentResolutionError@lid:4cb814a0-db58-4496-b29c-8ad166d567d8"
         />
        <xs:element name="DocumentConstraintError"
            type="@lt:DocumentConstraintError@lid:530e9f32-e405-42e9-bc54-501fdd52d7f0"
         />
    </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.