IError Interface

IError interface

The interface describes the error of the validation

public interface IError

Properties

NameDescription
ErrorMessage { get; }Message of the error or warning.
ErrorType { get; }returns Error type numeric value
ErrorTypeName { get; }Presentation description of object
Success { get; }Returns result of the criterion.
Target { get; }Return html or css object with error

See Also