Class ValidationErrorSeverity
Indicates the severity for a validation error.
Inheritance
System.Object
    ValidationErrorSeverity
  Namespace: EPiServer.Validation
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class ValidationErrorSeverity : EnumFields
Error
This is a blocking error that needs to be fixed.
Declaration
public const ValidationErrorSeverity ErrorField Value
| Type | Description | 
|---|---|
| ValidationErrorSeverity | 
Info
Info means that the data is ok but might contain settings that the user might want to be aware of.
Declaration
public const ValidationErrorSeverity InfoField Value
| Type | Description | 
|---|---|
| ValidationErrorSeverity | 
None
Not a validation error.
Declaration
public const ValidationErrorSeverity NoneField Value
| Type | Description | 
|---|---|
| ValidationErrorSeverity | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Warning
This should be fixed but is not blocking.
Declaration
public const ValidationErrorSeverity WarningField Value
| Type | Description | 
|---|---|
| ValidationErrorSeverity | 
