2.2.5.16 VersioningRelatedErrorCodeTypes

The VersioningRelatedErrorCodeTypes simple type is used to represent error codes that occur during the processing of a versioning subrequest.

 <xs:simpleType name="VersioningRelatedErrorCodeTypes">
    <xs:restriction base="xs:string">
       <xs:enumeration value="VersionNotFound"/>
    </xs:restriction>
 </xs:simpleType>

The value of VersioningRelatedErrorCodeTypes MUST be one of value in the following table.

Value

Meaning

"VersionNotFound"

Indicates that the version number specified by the protocol client doesn’t match a version of the file on the protocol server.