ErrorStackType Element

System.Object

ErrorStackType

 

Client Declaration

Represents the contents of the error stack following an error in the Content Engine server.

An ErrorStackType element is created as an element of an response by an operation (ExecuteChanges, ExecuteSearch, GetObjects, GetSearchMetadata) when an error occurs. For SOAP faults only, an FaultStackType element, which has the same structure as ErrorStackType, is returned.

 

Element Structure

Elements

 

XML Schema

<xsd:complexType name="ErrorStackType">
   <xsd:sequence>
      <xsd:element name="ErrorName" type="ErrorNameType"/>
      <xsd:element name="ErrorRecord" type="ErrorRecordType" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
</xsd:complexType>