Optional
__namedParameters: any = {}The value that failed validation for this field.
The value it was replaced by, if any.
Whether the value was dropped from some parent collection.
The validation error message.
Record whether a validation failure is unresolved. This reports as true if validation for this field or any hierarchically contained field is unresolved. A failure is unresolved if the value was invalid and there was no valid fallback value available.
If this field contains other fields that are validated as part of its validation, their results are recorded here.
If this field contains a list of elements that are validated as part of its validation, their results are recorded here.
Return this validation failure as an Error object.
Static
Private
#formatFormat a DataModelValidationFailure instance as a string message.
The failure instance
An internal depth tracker
The formatted failure string
A class responsible for recording information about a validation failure.