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 : Enum
Fields
AttributeMatched
Failed to validate against an attribute on the model type.
Declaration
public const ValidationErrorType AttributeMatched
Field Value
Type | Description |
---|---|
ValidationErrorType |
PropertyValidation
Failed to validate against a property validation definition.
Declaration
public const ValidationErrorType PropertyValidation
Field Value
Type | Description |
---|---|
ValidationErrorType |
StorageValidation
Failed to validate against requirements for the storage.
Declaration
public const ValidationErrorType StorageValidation
Field Value
Type | Description |
---|---|
ValidationErrorType |
Unspecified
Cause was not specified.
Declaration
public const ValidationErrorType Unspecified
Field Value
Type | Description |
---|---|
ValidationErrorType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |