Interface IError

Interface IError

名称: Aspose.Html.Accessibility 编辑: Aspose.HTML.dll (25.5.0)

接口描述了验证错误

[ComVisible(true)]
public interface IError

Properties

ErrorMessage

错误或警告的消息。

string ErrorMessage { get; }

财产价值

string

ErrorType

返回错误类型数值

ushort ErrorType { get; }

财产价值

ushort

ErrorTypeName

介绍对象的描述

string ErrorTypeName { get; }

财产价值

string

Success

返回标准的结果。

bool Success { get; }

财产价值

bool

Target

用错误返回 HTML 或 CSS 对象

Target Target { get; }

财产价值

Target

 中文