Tagging_TagAssociation_BatchResult

Tagging_TagAssociation_BatchResult
Tagging_TagAssociation_BatchResult

The TagAssociation.BatchResult structure describes the result of performing the same operation on several tags or objects in a single invocation.

JSON Example
{
    "success": false,
    "error_messages": [
        {
            "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"
        }
    ]
}
boolean
success
Required

This is true if the batch operation completed without any errors. Otherwise it is false and all or some operations have failed.

error_messages
Required

The list of error messages.