Partager via


<cd-error> of <ma-object-error>

Enables the management agent to report additional connected data source information about the error.

Schema Hierarchy

<run-history>
  <run-details>
    <step-details>
      <ma-discovery-errors>
        <ma-object-error>

Syntax

<xs:element name="cd-error" minOccurs="0" maxOccurs="1" >  <xs:complexType>    <xs:sequence>      <xs:element name="error-code" type="xs:string" minOccurs="1" maxOccurs="1"  />      <xs:element name="error-literal" type="xs:string" minOccurs="1" maxOccurs="1"  />      <xs:element name="server-error-detail" type="xs:string" minOccurs="0" maxOccurs="1"  />      <xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded" />    </xs:sequence>  </xs:complexType></xs:element>

element

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

Element Min Occurs Max Occurs Description

<error-code> of <cd-error>

1

1

Contains a management agent specific error number (for example, 0x8004005).

<error-literal> of <cd-error>

1

1

Contains a management agent specific error literal (for example, E_FAIL).

<value> of <cd-error>

1

many

Contains an invalid distinguished name value.

Parent Elements

Element Description

<ma-object-error>

Stores information about a parsing error or an object error.

See Also

Reference

<ma-object-error>

Concepts

Run History XML