ValidationError interface
Describes an error encountered in the file during validation.
Properties
| error |
A list of descriptions of the error. NOTE: This property will not be serialized. It can only be populated by the server. |
| record |
The number of the record that has the error. |
Property Details
errorMessages
A list of descriptions of the error. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessages?: string[]
Property Value
string[]
recordIndex
The number of the record that has the error.
recordIndex?: number
Property Value
number