DocumentError Complex Type
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="Description"
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. |