2.2.4.1 SPTopologyWebServiceApplicationFault

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.SharePoint

The SPTopologyWebServiceApplicationFault element specifies a SOAP fault.

 <xs:complexType name="SPTopologyWebServiceApplicationFault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="FaultReason" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

FaultReason: A string specifying the reason for the fault. This value MUST be ignored by the protocol client.