2.2.4.61 BpmException

Namespace: http://www.microsoft.com/performancepoint/scorecards

The BpmException complex type contains the details of a server (2) alert.

 <xs:complexType name="BpmException" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="EventLogged" type="xs:boolean"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Message" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

ErrorCode: Identifies the alert type. MUST be one of the values specified in section 2.2.2.1.2.

EventLogged: MUST be true if the alert was logged by the server (2), false otherwise.

Message: A text description of the alert. The text MUST be included. The text MUST NOT be empty. The text MUST be in the language of the UI culture of the session.