2.2.1.5.16 error Element

The error XML element represents information about an error on the server.

 <xs:element name="error">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         ref="timestamp"
        />
       <xs:element
         minOccurs="0"
         ref="affectedContentSets"
        />
       <xs:element
         minOccurs="0"
         ref="errorReferences"
        />
     </xs:sequence>
     <xs:attribute name="id"
       type="xs:string"
      />
     <xs:attribute name="type"
       type="xs:string"
      />
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

timestamp

timestamp

MUST be the time when the error occurred. The format of this element is specified in section 2.2.1.5.2.

affectedContentSets

affectedContentSets

MUST be information about content sets that are affected by this problem. The type of information contained in this field MUST be as specified in the section 2.2.1.5.13.

errorReferences

errorReferences

MUST be the error parameters. The format of this element is specified in section 2.2.1.5.15. Depending on the error ID, specific named parameters MUST be defined. For more information about errors and their mandatory parameters, see section 2.2.1.5.17.

Attributes

Name

Type

Description

id

xs:string

MUST be the error identifier. For more information about errors and their identifiers, see section 2.2.1.5.17.

type

xs:string

The error type. This element MUST be one of the values listed in the following table.

Value

Meaning

Error

This error message represents a replication error.

Warning

This error message represents a replication warning.