NotificationSeverity Enumeration
|
Represents a severity level for a RavenDB notification.
Namespace:
Ingeniux.CMS.RavenDB.Stats
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public enum NotificationSeverity
Public Enumeration NotificationSeverity
public enum class NotificationSeverity
type NotificationSeverity
Members
| Member name | Value | Description |
---|
| None | 0 |
Unspecified severity level.
|
| Info | 1 |
Informational severity level.
|
| Warning | 2 |
Warning severity level.
|
| Success | 3 |
Represents a successful result.
|
| Error | 4 |
An error has occurred.
|
See Also