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

NameTypeAccessDescription
rule: stringReadStable rule id, e.g.
severity: SeverityReadGets the severity.
message: stringReadHuman-readable description.
clause: stringReadISO 19005 / ISO 14289 / Matterhorn reference.
element: StructElementReadOffending structure element, when applicable.
page: PageReadOffending page, when applicable.
object: PdfRefReadOffending indirect object, when applicable.