ErrorStackResponse Element

System.Object

ObjectResponseType

ErrorStackResponse

 

Client Declaration

Represents the contents of an error stack following an error that has occured while retrieving an object during a GetObjects operation.

 

Element Structure

Elements

 

Base Element Inheritance

Attributes

 

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>