Interface IError
Interface IError
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)
该接口描述了验证的错误
[ComVisible(true)]
public interface IError
属性
ErrorMessage
错误或警告的消息。
string ErrorMessage { get; }
属性值
ErrorType
返回错误类型的数值
ushort ErrorType { get; }
属性值
ErrorTypeName
对象的展示描述
string ErrorTypeName { get; }
属性值
Success
返回标准的结果。
bool Success { get; }
属性值
Target
返回带有错误的 HTML 或 CSS 对象
Target Target { get; }