RetrievalError Element

System.Object

ObjectEntryType

WithObjectIdentityType

RetrievalError

 

Client Declaration

Represents the description of an error that has occurred during an object retrieval.

 

Element Structure

Elements

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

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