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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript