ValidationError public class ValidationError Documentation Code public bool HasLineInfo { get; } public ValidationErrorKind Kind { get; } public int LineNumber { get; } public int LinePosition { get; } public string Path { get; } public string Property { get; } public JsonSchema Schema { get; } public JToken Token { get; } public ValidationError(ValidationErrorKind errorKind, string propertyName, string propertyPath, JToken token, JsonSchema schema) Initializes a new instance of the ValidationError class.