DataImportValidationError

Defines a Validation Error

TypeScript
export interface

Properties

PropertyDescription
columnIdColumn which contains the Error
errorThe validatoin error text

Property Details

columnId

Column which contains the Error

TypeScript
columnId: string;
Property Value

string

error

The validatoin error text

TypeScript
error: string;
Property Value

string