3.1.4.3.2.2 GetVersionsResponse

The GetVersionsResponse element specifies the result data for the GetVersions WSDL operation.

 <s:element name="GetVersionsResponse">
   <s:complexType>
     <s:sequence>
       <s:element minOccurs="1" maxOccurs="1" name="GetVersionsResult">
         <s:complexType>
           <s:sequence>
             <s:element name="results" minOccurs="1" maxOccurs="1" type="tns:Results" />
           </s:sequence>
         </s:complexType>
       </s:element>
     </s:sequence>
   </s:complexType>
 </s:element>
  

GetVersionsResult: An XML node that conforms to the structure specified in section 2.2.4.1 and that contains the details about all the versions of the specified file that the user can access.

The error conditions that can be encountered during this operation generate the error code that is shown in the following table.

Error code

Description

No error code element returned

The system cannot find the specified file. Exception from HRESULT: 0x80070002.