2.2.4.4 UserProfileFault

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

The UserProfileFault complex type describes errors that occur because of errors within the service endpoint of this protocol.

 <xs:complexType name="UserProfileFault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="FailureDetail" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="FaultCode" type="q1:FaultCodes"/>
   </xs:sequence>
 </xs:complexType>

FailureDetail: Specifies an error string. The protocol does not impose any restriction on the behavior of the protocol client with respect to this field.

FaultCode: Specifies a numerical indicator of the error that occurred. The protocol does not impose any restriction on the behavior of the protocol client with respect to this field.