2.2.5.11 ExcelServerMessageSeverity
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Excel.Server
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 |
|
Warning |
|
Information |
|
Progress |
|
GettingStarted |