ErrorStackResponse Element

System.Object
  ObjectResponseType
    ErrorStackResponse
Client Declaration
  public class ErrorStackResponse
Represents the contents of an error stack following an error that has occurred while retrieving an object during a GetObjects operation.

Element Structure

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

Base Element Inheritance

Attributes
  • String id: [response] Optional identifying string reflected in the corresponding ObjectRequestType element of the GetObjects request, allowing a request and response element to be correlated.

XML Schema

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