SettingsNotification
The Notification structure contains fields to describe any info/warning/error messages that Tasks can raise.
Properties
The notification id.
The originator of the notification. Only set if there is an originator available for this notification.
The resolution message, if any. Only set if there is a resolution available for this notification.
Indicates whether the error is retriable. Only set for the notification when a retriable error was reported by the task.
The time the notification was raised/found.
The (@name Type} enumerated type contains the possible different types of notification.
INFO :
WARNING :
ERROR :
Possible values are: INFO , WARNING , ERROR
JSON Example
{
"id": "string",
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"time": "string"
}