@jsvision/ui / I18nErrorOptions
Interface: I18nErrorOptions
Defined in: i18n/dist/errors.d.ts:3
Immutable options accepted when constructing an I18nError.
Properties
cause?
readonlyoptionalcause?:unknown
Defined in: i18n/dist/errors.d.ts:7
Lower-level error retained without exposing it in the public message.
issues?
readonlyoptionalissues?: readonlyCatalogIssue[]
Defined in: i18n/dist/errors.d.ts:5
Structured validation issues related to the failure.