@jsvision/ui / CatalogIssue
Interface: CatalogIssue
Defined in: i18n/dist/types.d.ts:76
One structural catalog problem.
Values and translated text are intentionally absent so issue reporters are safe for terminals and CI logs.
Properties
code
readonlycode:I18nCode
Defined in: i18n/dist/types.d.ts:78
Machine-stable issue category.
key?
readonlyoptionalkey?:string
Defined in: i18n/dist/types.d.ts:86
Message key when it was safely available.
locale?
readonlyoptionallocale?:string
Defined in: i18n/dist/types.d.ts:84
Canonical locale when it was safely available.
path
readonlypath: readonlystring[]
Defined in: i18n/dist/types.d.ts:82
Structural path within the catalog input.
severity
readonlyseverity:I18nSeverity
Defined in: i18n/dist/types.d.ts:80
Whether the issue blocks publication in the selected validation mode.
source?
readonlyoptionalsource?:string
Defined in: i18n/dist/types.d.ts:88
Caller-supplied source identifier when one was provided.