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