Enum ValidationErrorType
Defines which type of validation that caused the error.
Namespace: EPiServer.Validation
Assembly: EPiServer.Framework.dll
Version: 11.20.7Syntax
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. |