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