ValidationError public class ValidationError A validation error. Documentation Code public ValidationErrorKind Kind { get; } Gets the error kind. public string Path { get; } Gets the property path. public string Property { get; } Gets the property name. public ValidationError(ValidationErrorKind kind, string property, string path) Initializes a new instance of the ValidationError class.