System.Object
ContentResponseType
ContentElementResponse
ContentErrorResponse
- Client Declaration
public class ContentErrorResponse
Represents an error that has occurred while reading
content data from a content element of a content-carrying object.
The output of a
GetContent operation
returns a
GetContentResponse element,
which contains an array of concrete subtypes of the
ContentResponseType element.
Each
ContentErrorResponse element that is present
in the array represents an unsuccessful response to a content data
request in the
ContentRequestType array
contained within the
GetContentRequest element
of the operation's input.
Element Structure
- Elements
ErrorStackType ErrorStack:
[response] Required element specifying the error stack.
Base Element Inheritance
- Attributes
String id: [response] Optional expression
specifying a unique correlation string, which is used to match a ContentRequestType request
with a ContentResponseType response.
XML Schema
<xsd:complexType name="ContentErrorResponse">
<xsd:complexContent>
<xsd:extension base="ContentResponseType">
<xsd:sequence>
<xsd:element name="ErrorStack" type="ErrorStackType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>