ValidationError
A validation error.
Indicates whether or not the error contains line information.
Gets the error kind.
Gets the line number the validation failed on.
Gets the line position the validation failed on.
Gets the property path.
Gets the property name.
Gets the schema element that contains the validation rule.
public ValidationError(ValidationErrorKind errorKind, string propertyName, string propertyPath, JToken token, JsonSchema4 schema)
Initializes a new instance of the ValidationError class.