ValidationErrorType enum

Enum representing the types of validation failures when checking data against a schema.

Inheritance
Available extensions

Values

typeMismatch → const ValidationErrorType
allOfNotMet → const ValidationErrorType
anyOfNotMet → const ValidationErrorType
oneOfNotMet → const ValidationErrorType
notConditionViolated → const ValidationErrorType
requiredPropertyMissing → const ValidationErrorType
additionalPropertyNotAllowed → const ValidationErrorType
minPropertiesNotMet → const ValidationErrorType
maxPropertiesExceeded → const ValidationErrorType
propertyNamesInvalid → const ValidationErrorType
propertyValueInvalid → const ValidationErrorType
patternPropertyValueInvalid → const ValidationErrorType
unevaluatedPropertyNotAllowed → const ValidationErrorType
minItemsNotMet → const ValidationErrorType
maxItemsExceeded → const ValidationErrorType
uniqueItemsViolated → const ValidationErrorType
itemInvalid → const ValidationErrorType
prefixItemInvalid → const ValidationErrorType
unevaluatedItemNotAllowed → const ValidationErrorType
minLengthNotMet → const ValidationErrorType
maxLengthExceeded → const ValidationErrorType
patternMismatch → const ValidationErrorType
minimumNotMet → const ValidationErrorType
maximumExceeded → const ValidationErrorType
exclusiveMinimumNotMet → const ValidationErrorType
exclusiveMaximumExceeded → const ValidationErrorType
multipleOfInvalid → const ValidationErrorType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ValidationErrorType>
A constant List of the values in this enum, in order of their declaration.