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="@lt:DocumentError@lid:27305139-a7c9-4e64-a7b9-d63d7fe9952f"
>
<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. |