sempdf v1.9.1Interfaces
Interface: PdfComplianceIssue
sempdf / PdfComplianceIssue
Defined in: src/types.ts:404
Compliance validation issue returned by document validation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
code | string | Stable machine-readable issue or error code. | src/types.ts:406 |
locations? | readonly PdfComplianceLocation[] | Places in the document that triggered the issue, when the check can attribute it to specific content. Capped at a handful of entries. | src/types.ts:415 |
message | string | Human-readable diagnostic message. | src/types.ts:410 |
severity | "error" | "warning" | Severity of the compliance issue. | src/types.ts:408 |