Interface IError
Interface IError
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.2.0)
The interface describes the error of the validation
[ComVisible(true)]
public interface IError
Properties
ErrorMessage
Message of the error or warning.
string ErrorMessage { get; }
Property Value
ErrorType
returns Error type numeric value
ushort ErrorType { get; }
Property Value
ErrorTypeName
Presentation description of object
string ErrorTypeName { get; }
Property Value
Success
Returns result of the criterion.
bool Success { get; }
Property Value
Target
Return html or css object with error
Target Target { get; }