Skip to content

Message

Message to be shown to the customer.

Field Type Required Description
type string yes one of: error, warning, info
message string yes Message to be displayed to the customer.
code string Message code, mapped by the extension. It can be used to react in a specific way for certain messages and/or to enable the possibility for message translations.
{
"type": "error",
"message": "Some error occurred.",
"code": "EUNKNOWN"
}