Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the attributes and elements used to document an error in a deployment report.
<xs:complexType name="DocumentError">
<xs:sequence>
<xs:element name="Description"
type="@lt:Description@lid:89aa112c-cc60-440b-bc9f-2f1d13258e3d"
minOccurs="0"
maxOccurs="1"
/>
</xs:sequence>
<xs:attribute name="Code"
type="int"
use="required"
/>
<xs:attribute name="Level"
type="int"
use="required"
/>
<xs:attribute name="File"
type="string"
use="optional"
/>
</xs:complexType>
Child Elements
Element |
Type |
Description |
---|---|---|
The description of the error. |
Attributes
Name |
Type |
Description |
Code |
int |
The error code. |
File |
string |
The .sdm file the error relates to. |
Level |
int |
The level of severity of the error. The lower the number, the more severe the error is. |