NonNumericValuesError
Indicates that there is a non-numeric value in a numeric column in the items data.
typeTyperequired
Constant value:
non_numeric_valuesDefault value:
non_numeric_valuescolumnsWithErrorsstring[]required
The names of the numeric columns that contain incorrect numeric values.
Possible values: >= 1
NonNumericValuesError
{
"type": "non_numeric_values",
"columnsWithErrors": [
"string"
]
}