2.2.4.30 DuplicateMetadataObjectExceptionState

Namespace: Microsoft.SharePoint.BusinessData

The DuplicateMetadataObjectExceptionState complex type is an error complex type that contains information about a protocol-server-side error from a duplication of a MetadataObject. The complex type MUST only be included as part of a SOAP fault as specified in Complex Types (section 2.2.4).

 <xs:complexType name="DuplicateMetadataObjectExceptionState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q3="Microsoft.BusinessData.SharePoint" base="q3:MetadataException">
       <xs:sequence>
         <xs:element minOccurs="0" name="DuplicateFieldName" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" name="DuplicateMetadataObjectName" nillable="true" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

DuplicateFieldName: The name of the attribute of the MetadataObject that was supposed to be unique but was duplicated.

DuplicateMetadataObjectName: The name of the duplicate MetadataObject.