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 ValidationErrorType

Defines which type of validation that caused the error.

Namespace: EPiServer.Validation
Assembly: EPiServer.Framework.dll
Version: 8.11.0
Syntax
public enum ValidationErrorType

Fields

Name Description
AttributeMatched

Failed to validate against an attribute on the model type.

StorageValidation

Failed to validate against requirements for the storage.

Unspecified

Cause was not specified.