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"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"label": "string",
"remediationUrl": "string"
}
}
string
taskId
Required
ID of the product version catalog upload task
string
description
Required
Description of the product version catalog upload operation
string
status
Required
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