Interface IError
Interface IError
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)
הממשק מתאר את השגיאה של האימות
[ComVisible(true)]
public interface IError
Properties
ErrorMessage
הודעת השגיאה או האזהרה.
string ErrorMessage { get; }
Property Value
ErrorType
מחזיר ערך מספרי של סוג השגיאה
ushort ErrorType { get; }
Property Value
ErrorTypeName
תיאור מצגת של האובייקט
string ErrorTypeName { get; }
Property Value
Success
מחזיר את התוצאה של הקריטריון.
bool Success { get; }
Property Value
Target
מחזיר אובייקט html או css עם שגיאה
Target Target { get; }