Enum CommandcenterErrorLevel

Namespace
SIMDispatcher.Core.Models
Assembly
SIMDispatcher.Core.dll

Defines the severity levels of errors and notifications within the command center.

public enum CommandcenterErrorLevel
Extension Methods

Fields

[Display(Description = "Error", ResourceType = typeof(CommandcenterErrorLevelLocalization))] Error = 2
[Display(Description = "Information", ResourceType = typeof(CommandcenterErrorLevelLocalization))] Information = 0
[Display(Description = "Warning", ResourceType = typeof(CommandcenterErrorLevelLocalization))] Warning = 1