TraversalError Element

System.Object
  CollectionTerminatorType
    TraversalError
Client Declaration
  public class TraversalError
Represents the description of an error that has occurred while traversing through an object collection.

Element Structure

Elements
  • ErrorStackType ErrorStack: [response] Required element specifying the error stack.

XML Schema

<xsd:complexType name="TraversalError">
   <xsd:complexContent>
      <xsd:extension base="CollectionTerminatorType">
         <xsd:sequence>
            <xsd:element ref="ErrorStack"/>
         </xsd:sequence>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>