Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ErrorSeverity.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.IoTGateway.Svc.ServiceManagement.Enumerations
6
{
7
public
enum
ErrorSeverity : uint
8
{
9
Ignore = 0,
10
Normal = 1,
11
Severe = 2,
12
Crititcal = 3
13
}
14
}
Waher.IoTGateway.Svc.ServiceManagement.Enumerations
Definition:
CtrlTypes.cs:6
IoTGateway
Waher.IoTGateway.Svc
ServiceManagement
Enumerations
ErrorSeverity.cs
Generated by
1.9.5