Enum ValidationErrorSeverity
Indicates the severity for a validation error.
Namespace: EPiServer.Validation
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public enum ValidationErrorSeverityFields
| Name | Description | 
|---|---|
| Error | This is a blocking error that needs to be fixed. | 
| Info | Info means that the data is ok but might contain settings that the user might want to be aware of. | 
| None | Not a validation error. | 
| Warning | This should be fixed but is not blocking. | 
