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