Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum ValidationErrorType

Defines which type of validation that caused the error.

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

Fields

Name Description
AttributeMatched

Failed to validate against an attribute on the model type.

PropertyValidation

Failed to validate against a property validation definition.

StorageValidation

Failed to validate against requirements for the storage.

Unspecified

Cause was not specified.

Extension Methods