Class ValidationErrorType
Defines which type of validation that caused the error.
Inheritance
System.Object
    ValidationErrorType
  Namespace: EPiServer.Validation
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class ValidationErrorType : EnumFields
AttributeMatched
Failed to validate against an attribute on the model type.
Declaration
public const ValidationErrorType AttributeMatchedField Value
| Type | Description | 
|---|---|
| ValidationErrorType | 
PropertyValidation
Failed to validate against a property validation definition.
Declaration
public const ValidationErrorType PropertyValidationField Value
| Type | Description | 
|---|---|
| ValidationErrorType | 
StorageValidation
Failed to validate against requirements for the storage.
Declaration
public const ValidationErrorType StorageValidationField Value
| Type | Description | 
|---|---|
| ValidationErrorType | 
Unspecified
Cause was not specified.
Declaration
public const ValidationErrorType UnspecifiedField Value
| Type | Description | 
|---|---|
| ValidationErrorType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
