London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ValidationErrorSeverity

Indicates the severity for a validation error.

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