2.2.4.5 ServiceError

Namespace: http://schemas.microsoft.com/server/powerpoint/2009/main

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

 <xs:complexType name="ServiceError">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Message" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Title" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Type" type="tns:ServiceErrorType"/>
     <xs:element minOccurs="1" maxOccurs="1" name="RecommendedActions" type="tns:ClientActions"/>
   </xs:sequence>
 </xs:complexType>

Message: An s:string element ([XMLSCHEMA2] section 3.2.1)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.

Title: An s:string element ([XMLSCHEMA2] section 3.2.1) 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 element that specifies the error type. This element MUST be present.

RecommendedActions:  Reserved. MUST be ignored.