-
Notifications
You must be signed in to change notification settings - Fork 0
Message
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."
}
}
©️ Ingo Kuba, 2020