2.2.4.8 ServiceError

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Broadcast.Pipe.Interface

A complex type that specifies error information returned from the protocol server to a protocol client.

 <xs:complexType name="ServiceError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="RecommendedActions" type="tns2:ClientActions"/>
     <xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="Type" type="tns2:ServiceErrorType"/>
   </xs:sequence>
 </xs:complexType>

Message: An xs:string ([XMLSCHEMA2/2] section 3.2.1) element that specifies the error message description. The string length MUST be greater than zero if the Type element has a value of ApplicationError. This element MUST be present.

RecommendedActions:  This element is reserved and MUST be ignored.

Title: An xs:string ([XMLSCHEMA2/2] section 3.2.1) element that specifies the error title. The string length MUST be greater than zero if the Type element has a value of ApplicationError. This element MUST be present.

Type:  A ServiceErrorType (section 2.2.5.11) element that specifies the error type. This element MUST be present.