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 : Enum
Fields
Error
This is a blocking error that needs to be fixed.
Declaration
public const ValidationErrorSeverity Error
Field 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 Info
Field Value
Type | Description |
---|---|
ValidationErrorSeverity |
None
Not a validation error.
Declaration
public const ValidationErrorSeverity None
Field 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 Warning
Field Value
Type | Description |
---|---|
ValidationErrorSeverity |