Skip to content
Ingo Kuba edited this page Aug 25, 2020 · 1 revision

Describes a success or error message. In case of an error, this element can also contain the attribute responsible for the error.

name Technical name of the message. This attribute is REQUIRED.

property Name of the attribute that caused the error. This is an OPTIONAL attribute. In case of an error this attribute MAY be set.

value Contains a multilingual representation of the message, as described in chapter 2. This attribute is OPTIONAL.

{
    "name": "Application.technicalName.NotNull",
    "property": "technicalName",
    "value": {
        "de": "Technischer Name ist Pflicht.",
        "en": "Technical name is not nullable."
    }
}
Clone this wiki locally