Sdílet prostřednictvím


DocumentResolutionError Complex Type 

Defines an error in a deployment report that can be identified by a path to the definition or member that caused the error.

<xs:complexType name="DocumentResolutionError">
    <xs:complexContent>
        <xs:extension
            base="DocumentError"
        >
            <xs:attribute name="Statement"
                type="string"
                use="required"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Attributes

Name Type Description

Statement

string

The path in the .sdm document to the definition or member that caused the error.