FaultStackType Element

System.Object

FaultStackType

 

Client Declaration

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

The FaultStackType element is only returned in SOAP faults and has the same structure as ErrorStackType. It is defined separately in order to allow JAX-RPC compliant toolkits to generate an exception-deriving class for FaultStackType without interfering with the use of ErrorStackType in normal response messages. For an error response by an operation (ExecuteChanges, ExecuteSearch, GetObjects, GetSearchMetadata), an ErrorStackType element is returned.

 

Element Structure

Elements

 

XML Schema

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