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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript