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