Enum ErrorLevel

Represents error severity

Namespace: TSD.API.Remoting.Structure.Validation
Assembly: TSD.API.Remoting.dll
Syntax
public enum ErrorLevel

Fields

Name Value Description
BeyondScopeBeyondScope = 6

Beyond Scope

CriticalCritical = 5

Critical

ErrorError = 4

Error

InformationInformation = 2

Information

NoneNone = 1

None

UnknownUnknown = 0

Unknown

WarningWarning = 3

Warning

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next