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; }