Skip to content

@jsvision/i18n / I18nErrorOptions

Interface: I18nErrorOptions

Defined in: errors.ts:4

Immutable options accepted when constructing an I18nError.

Properties

cause?

readonly optional cause?: unknown

Defined in: errors.ts:8

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


issues?

readonly optional issues?: readonly CatalogIssue[]

Defined in: errors.ts:6

Structured validation issues related to the failure.