2.2.5.6 ExcelServerMessageSeverity
The ExcelServerMessageSeverity type is an enumeration of the severity of the alert that the protocol server returns to the protocol client.
-
<s:simpleType name="ExcelServerMessageSeverity"> <s:restriction base="s:string"> <s:enumeration value="Error"/> <s:enumeration value="Warning"/> </s:restriction> </s:simpleType>
The following table specifies possible values for ExcelServerMessageSeverity.
Value |
Meaning |
---|---|
Error |
The alert is of type error. |
Warning |
The alert is of type warning. |