System.Object
ErrorStackResponse
Client Declaration
public class ErrorStackResponse
Represents the contents of an error stack following an error that has occured while retrieving an object during a GetObjects
operation.
Elements
ErrorStackType
ErrorStack
: [response] Required element specifying the error stack. 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.
<<xsd:complexType name="ErrorStackResponse">
<xsd:complexContent>
<xsd:extension base="ObjectResponseType">
<xsd:sequence>
xsd:element ref="ErrorStack"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>