ContentErrorResponse Element

System.Object

ContentResponseType

ContentElementResponse

ContentErrorResponse

 

Client Declaration

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

 

Base Element Inheritance

Attributes

 

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>