Dataimportstatus
Holds information about the data import status
errors object[]
List of errors
Array [
column object
Holds basic information for an error column: the index and the corresponding name
indexinteger<int32>
Column index
namestring
Column name
errorMessagestring
Error message
rowinteger<int32>
Row index
sheetstring
Sheet name
]
eventKeystring
Event key
statestring
Represents the execution status of a background process
Possible values: [QUEUED, IN_PROGRESS, COMPLETE, NOT_FOUND, CANCEL, TO_BE_CANCELED, TIMED_OUT, ERROR, TRANSIENT_ERROR, OVERRIDDEN, RECOVERABLE_ERROR]
Dataimportstatus
{
"errors": [
{
"column": {
"index": 0,
"name": "string"
},
"errorMessage": "string",
"row": 0,
"sheet": "string"
}
],
"eventKey": "string",
"state": "QUEUED"
}