@jsvision/ui / I18nDiagnostic
Interface: I18nDiagnostic
Defined in: i18n/dist/types.d.ts:95
One recoverable translation fault retained by a service.
Diagnostics contain identities only. Parameter values and translated text are never captured.
Properties
code
readonlycode:I18nCode
Defined in: i18n/dist/types.d.ts:97
Machine-stable diagnostic category.
key
readonlykey:string
Defined in: i18n/dist/types.d.ts:101
Message key involved in the fault.
locale
readonlylocale:string
Defined in: i18n/dist/types.d.ts:103
Locale being evaluated when the fault occurred.
severity
readonlyseverity:"warning"
Defined in: i18n/dist/types.d.ts:99
Runtime diagnostics are warnings because translation returns a safe fallback.
source?
readonlyoptionalsource?:string
Defined in: i18n/dist/types.d.ts:105
Optional source identifier inherited from the catalog layer.