2.2.4.6 SearchServiceApplicationFault

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

The SearchServiceApplicationFault type represents the error detail of a SOAP fault generated by an operation.

 <xs:complexType name="SearchServiceApplicationFault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="ErrorCode" type="xs:int"/>
     <xs:element xmlns:q2="http://www.microsoft.com/sharepoint/search/KnownTypes/2008/08" minOccurs="0" name="FaultType" type="q2:SearchServiceApplicationFaultType"/>
     <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

ErrorCode: It is 0 unless FaultType is ApplicationSpecific. When non-zero, it can only be 1 which indicates that a query containing the string "[ME]" was issued but no user was found.

FaultType:  The specific kind of error specified by the SearchServiceApplicationFault element.

Message:  The error message associated with the error detail given by the SearchServiceApplicationFault element.