Skip to main content

Interface: CatalogIssue

Defined in: catalogResult.ts:74

Properties

code

code: CatalogIssueCode

Defined in: catalogResult.ts:76

Closed enum — see CatalogIssueCode. Never parse message.


message

message: string

Defined in: catalogResult.ts:80

Human-readable explanation. Presentation only, never driving logic.


repair?

optional repair?: RepairOption[]

Defined in: catalogResult.ts:82

Present only when alternatives are computable at the check site.


subject

subject: object

Defined in: catalogResult.ts:78

Machine-locatable subject: a path into the catalog, plus the offending id when one exists.

id?

optional id?: string

path

path: string