Home > rainway-sdk > IGatewayAlert
IGatewayAlert interface
Alert messages convey the severity of the message (warning or fatal) and a description of the alert.
Signature:
export interface IGatewayAlert
Properties
Property | Type | Description |
---|---|---|
description | GatewayAlertDescription | The description of the alert |
level | GatewayAlertLevel | The severity of the alert. Alert messages with a level of fatal result in the immediate termination of the connection. |