3.1.4.1.2.2 DeleteAllVersionsResponse

The DeleteAllVersionsResponse element specifies the result data for the DeleteAllVersions WSDL operation.

 <s:element name="DeleteAllVersionsResponse">
   <s:complexType>
     <s:sequence>
       <s:element minOccurs="1" maxOccurs="1" name="DeleteAllVersionsResult">
         <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>

DeleteAllVersionsResult: 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 codes that are shown in the following table.

Error code

Description

No error code element returned

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

0x81020030

This error code SHOULD<3> indicate that the fileName element of the DeleteAllVersions element contains invalid characters.<4>

Note that invalid characters are defined as the following:

  • Double quotation mark (")

  • Pound sign (#)

  • Percent sign (%)

  • Ampersand (&)

  • Asterisk (*)

  • Colon (:)

  • Left angle bracket (<)

  • Equal sign (=)

  • Right angle bracket (>)

  • Question mark (?)

  • Backward slash (\)

  • Left curly bracket ({)

  • Vertical bar (|)

  • Right curly bracket (})

  • Tab (\t)

  • Tilde (~)

  • Two consecutive dots (..)

  • Any character that has a value less than 32 or greater than 126