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  
Constraints: minLength: 1

Minor warning code

string
localBundle
Required  
Constraints: minLength: 1

Local bundle to be used for localization

string
vipComponent
Required  
Constraints: minLength: 1

VIP component that contains the message

string
defaultMessage
Required  
Constraints: minLength: 1

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