Skip to main content

NonNumericValuesError

Indicates that there is a non-numeric value in a numeric column in the items data.

typeTyperequired
Constant value: non_numeric_values
Default value: non_numeric_values
columnsWithErrorsstring[]required

The names of the numeric columns that contain incorrect numeric values.

Possible values: >= 1

NonNumericValuesError
{
"type": "non_numeric_values",
"columnsWithErrors": [
"string"
]
}