Internationalized error message details.

interface I18nErrorMessageDto {
    i18nKey?: string;
    parameters?: string[];
}

Properties

i18nKey?: string

Internationalization key for the error message.

parameters?: string[]

Parameters used to render the internationalized error message.