DeployLX Software Protection System

ErrorSeverity Enumeration

Values for the severity of error messages.

Syntax

<SerializableAttribute> _
Public Enumeration ErrorSeverity
[SerializableAttribute]
public enum ErrorSeverity

Members

NotSet

Severity has not been set and remains unknown.

Low

Simply a warning message and might be ignored.

Normal

Nothing catastrophic as happened, but intervention is required to proceed.

High

Something seriously wrong has occurred and immediate action must be taken. The problem may or may not have anything to do with any user input and thus may not be correctable.

Derived

The actual severity is derived by the highest severity of any child records.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also