2.2.4.1 ConfigurationFault

Namespace: http://Microsoft/Office/Server/UserProfiles

The ConfigurationFault complex type describes errors that occur because of configuration failures either at the service endpoint of this protocol or in transport layers. It is an extension of the UserProfileFault complex type.

 <xs:complexType name="ConfigurationFault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="q1:UserProfileFault">
       <xs:sequence/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>