DataImportValidationError
Defines a Validation Error
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| columnId | Column which contains the Error |
| error | The 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