ProductVersionCatalogUploadTask

ProductVersionCatalogUploadTask
ProductVersionCatalogUploadTask

Represents the details associated with a product version catalog upload task

JSON Example
{
    "taskId": "string",
    "description": "string",
    "status": "One among: IN_PROGRESS, SUCCEEDED, FAILED",
    "errorResponse": {
        "errorCode": "string",
        "errorType": "string",
        "arguments": [
            "string"
        ],
        "context": {
            "context": "string"
        },
        "notifications": [
            {
                "severity": "string",
                "message": "string",
                "remediations": [
                    {
                        "message": "string",
                        "link": "string"
                    }
                ],
                "impactMessage": "string"
            }
        ],
        "message": "string",
        "remediationMessage": "string",
        "causes": [
            {
                "type": "string",
                "message": "string"
            }
        ],
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "label": "string",
        "remediationUrl": "string"
    }
}
string
taskId
Required   Read-Only  

ID of the product version catalog upload task

string
description
Required   Read-Only  
Constraints: minLength: 1

Description of the product version catalog upload operation

string
status
Required   Read-Only  

State of the product version catalog upload after it has completed its execution

errorResponse
Optional

Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs