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

string

ErrorType

returns Error type numeric value

ushort ErrorType { get; }

Property Value

ushort

ErrorTypeName

Presentation description of object

string ErrorTypeName { get; }

Property Value

string

Success

Returns result of the criterion.

bool Success { get; }

Property Value

bool

Target

Return html or css object with error

Target Target { get; }

Property Value

Target