Skip to content

@jsvision/ui / I18nErrorOptions

Interface: I18nErrorOptions

Defined in: i18n/dist/errors.d.ts:3

Immutable options accepted when constructing an I18nError.

Properties

cause?

readonly optional cause?: unknown

Defined in: i18n/dist/errors.d.ts:7

Lower-level error retained without exposing it in the public message.


issues?

readonly optional issues?: readonly CatalogIssue[]

Defined in: i18n/dist/errors.d.ts:5

Structured validation issues related to the failure.