Skip to main content

Dataimporterror

Holds information about the data import error

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

Dataimporterror
{
"column": {
"index": 0,
"name": "string"
},
"errorMessage": "string",
"row": 0,
"sheet": "string"
}