From ERROR
If you check the data import status and find the response statusCode as ERROR, the imported file did not pass technical validation due to an incorrect file format.
Example response with ERROR status
{
"errors": null,
"validationErrors": null,
"data": {
"importProcessId": "DIM-2086",
"source": {
"sourceName": "OG-Swagger",
"sourceRef": "1",
"sourceLink": null
},
"statusCode": "ERROR",
"validationId": null,
"dispatchId": null,
"validationStatus": null,
"validationErrors": null,
"dispatchStatus": null
}
}This error terminates the whole data import process, and no data entities have been created in Tuum.
Recommended failover actions
For failover, create a new data import file in the correct format and start a new process.
Last updated
Was this helpful?