ValidationIssue
Overview
ValidationIssue is a interface in Aspose.PDF FOSS for TypeScript.
A single validation finding.
Properties: clause, element, message, object, page, rule, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rule | : string | Read | Stable rule id, e.g. |
severity | : Severity | Read | Gets the severity. |
message | : string | Read | Human-readable description. |
clause | : string | Read | ISO 19005 / ISO 14289 / Matterhorn reference. |
element | : StructElement | Read | Offending structure element, when applicable. |
page | : Page | Read | Offending page, when applicable. |
object | : PdfRef | Read | Offending indirect object, when applicable. |