Home > rainway-sdk > GatewayAlertLevel
GatewayAlertLevel enum
The severity level of an alert
Signature:
export declare enum GatewayAlertLevel
Enumeration Members
Member | Value | Description |
---|---|---|
Fatal | 2 | Upon transmission or receipt of a fatal alert message, both parties immediately close the connection. |
Unknown | 0 | Indicates an improper encoding or decoding by one of the parties. Connections should be terminiated if this value is returned. |
Warning | 1 | If an alert with a level of warning is sent and received, generally the connection can continue normally. |