Settings_Notification

Settings_Notification
Settings_Notification

The Notification structure contains fields to describe any info/warning/error messages that Tasks can raise.

JSON Example
{
    "type": "string",
    "id": "string",
    "time": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": {
                    "id": "string",
                    "params": {
                        "params": "Std_LocalizationParam Object"
                    }
                },
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "resolution": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": {
                    "id": "string",
                    "params": {
                        "params": "Std_LocalizationParam Object"
                    }
                },
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "originator": "string",
    "retriable": false
}
type
Optional

The (@name Type} enumerated type contains the possible different types of notification.
INFO :
WARNING :
ERROR :

string
id
Required

The notification id.

string As date-time
time
Required

The time the notification was raised/found.

message
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.

resolution
Optional

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.

string
originator
Optional

The originator of the notification. Only set if there is an originator available for this notification.

boolean
retriable
Optional

Indicates whether the error is retriable. Only set for the notification when a retriable error was reported by the task.