Library_Item_Updatesession_PreviewWarningInfo

Library_Item_Updatesession_PreviewWarningInfo
Library_Item_Updatesession_PreviewWarningInfo

The PreviewWarningInfo structure provides information about the warnings which are raised during the update session preview.

JSON Example
{
    "type": "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"
    },
    "ignored": false
}
type
Required

The WarningType enumerated type defines the warnings which can be raised during the update session.
SELF_SIGNED_CERTIFICATE : The certificate used for signing the content is self-signed.
EXPIRED_CERTIFICATE : The certificate used for signing the content is expired.
NOT_YET_VALID_CERTIFICATE : The certificate used for signing the content is not yet valid.
UNTRUSTED_CERTIFICATE : The certificate used for signing the content is not trusted.

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.

boolean
ignored
Required

Indicates if this warning will be ignored during session complete operation.