ValidationError interface

Describes an error encountered in the file during validation.

Properties

errorMessages

A list of descriptions of the error. NOTE: This property will not be serialized. It can only be populated by the server.

recordIndex

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