Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |