IError Interface

IError interface

The interface describes the error of the validation

public interface IError

Properties

NameDescription
getErrorMessage Message of the error or warning.
getErrorType returns Error type numeric value
getErrorTypeName Presentation description of object
getSuccess Returns result of the criterion.
getTarget Return html or css object with error

See Also