Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidLocale

    Generated when the provided locale is invalid.

    interface InvalidLocale {
        code: "invalid_locale";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "invalid_locale"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    The provided {locale} is invalid.

    payload: any

    Contains the provided locale string, the related locale field (language or currency), and the used fallback one.

    severity: string

    warn