Try our conversational search powered by Generative AI!

Enum ValidationErrorType

Defines which type of validation that caused the error.

Namespace: EPiServer.Validation
Assembly: EPiServer.Framework.dll
Version: 9.12.2
Syntax
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.

Extension Methods