Skip to content

@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

readonly code: I18nCode

Defined in: i18n/dist/types.d.ts:78

Machine-stable issue category.


key?

readonly optional key?: string

Defined in: i18n/dist/types.d.ts:86

Message key when it was safely available.


locale?

readonly optional locale?: string

Defined in: i18n/dist/types.d.ts:84

Canonical locale when it was safely available.


path

readonly path: readonly string[]

Defined in: i18n/dist/types.d.ts:82

Structural path within the catalog input.


severity

readonly severity: I18nSeverity

Defined in: i18n/dist/types.d.ts:80

Whether the issue blocks publication in the selected validation mode.


source?

readonly optional source?: string

Defined in: i18n/dist/types.d.ts:88

Caller-supplied source identifier when one was provided.