Enum ValidationErrorSeverity
Indicates the severity for a validation error.
Namespace: EPiServer.Validation
Assembly: EPiServer.Framework.dll
Version: 8.11.0Syntax
public enum ValidationErrorSeverity
Fields
| 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. |