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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript