@jsvision/i18n / CatalogIssue
Interface: CatalogIssue
Defined in: types.ts:107
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: types.ts:109
Machine-stable issue category.
key?
readonlyoptionalkey?:string
Defined in: types.ts:117
Message key when it was safely available.
locale?
readonlyoptionallocale?:string
Defined in: types.ts:115
Canonical locale when it was safely available.
path
readonlypath: readonlystring[]
Defined in: types.ts:113
Structural path within the catalog input.
severity
readonlyseverity:I18nSeverity
Defined in: types.ts:111
Whether the issue blocks publication in the selected validation mode.
source?
readonlyoptionalsource?:string
Defined in: types.ts:119
Caller-supplied source identifier when one was provided.