LocalizableWarningPack

LocalizableWarningPack
LocalizableWarningPack

Localization warning pack containing all required data to provide localized warning messages

JSON Example
{
    "warningCode": "string",
    "localBundle": "string",
    "vipComponent": "string",
    "defaultMessage": "string",
    "arguments": [
        "string"
    ],
    "referenceToken": "string"
}
string
warningCode
Required

Minor warning code

string
localBundle
Required

Local bundle to be used for localization

string
vipComponent
Required

VIP component that contains the message

string
defaultMessage
Required

Default warning message in English. Will be used as fallback if a localized message cannot be obtained

array of string
arguments
Optional

Arguments used to localize the message

string
referenceToken
Optional

A reference token correlating the warning with the relevant detailed logs. Should be sent to the service provider when reporting issues