Try our conversational search powered by Generative AI!

Enum ValidationErrorSeverity

Indicates the severity for a validation error.

Namespace: EPiServer.Validation
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
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.

Extension Methods