3.1.4.1.3.10 SearchServiceApplicationFault

msdn link

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

The SearchServiceApplicationFault complex 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: The ErrorCode field contains the detailed information about the error encountered by the server when processing the execute request from the client.

FaultType: Type, as specified in section 3.1.4.1.4.1

Message: Message of the fault.