Enum AlertSeverity
- Namespace
- Scaleout.Modules.Abstractions
- Assembly
- Scaleout.Modules.Abstractions.dll
Defines the severity levels for alert messages.
public enum AlertSeverity
Fields
Error = 2
Indicates that a UI alert is a module error.
Info = 0
Indicates that a UI alert has an informational purpose.
None = 3
Indicates that the alert should not be displayed in the UI.
Warning = 1
Indicates that a UI alert is a module warning.