2.2.5.12 ExcelServerMessageSeverity

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Specifies the severity of the alert that the protocol server returns to the protocol client.

 <xs:simpleType name="ExcelServerMessageSeverity">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Error"/>
     <xs:enumeration value="Warning"/>
     <xs:enumeration value="Information"/>
     <xs:enumeration value="Progress"/>
     <xs:enumeration value="GettingStarted"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for ExcelServerMessageSeverity:

Value

Meaning

Error

The alert is of type error.

Warning

The alert is of type warning.

Information

The alert is of type information.

Progress

MUST NOT be used.

GettingStarted

MUST NOT be used.