ValidationErrorType Enum

Definition

Enumerates errors that can be encountered during validation.

public enum ValidationErrorType
type ValidationErrorType = 
Inheritance
ValidationErrorType

Fields

DateTooLate 1630

Indicates that a date was too late.

DateTooSoon 1640

Indicates that a date was too soon.

InvalidDate 1650

Indicates that a date was invalid.

InvalidUri 1690
ManagedObjectValidation 1550

Indicates an error with a managed object.

MissingMandatoryProperty 1570

Indicates that a mandatory property was missing.

MultipleErrors 1560

Indicates that multiple errors occurred.

NumberTooLarge 1610

Indicates that a number was too large.

NumberTooSmall 1620

Indicates that a number was too small.

RelationshipDeniedDelete 1600

Indicates that an attempt was made to delete a relationship that has a delete rule that denies deletion.

RelationshipExceedsMaximumCount 1590

Indicates that a to-many relationship was bound to too many objects.

RelationshipLacksMinimumCount 1580

Indicates that a to-many relationship was bound to too few objects.

StringPatternMatching 1680

Indicates that a pattern failed to match a string.

StringTooLong 1660

Indicates that a string was too long.

StringTooShort 1670

Indicates that a string was too short.

Applies to