BatchErrorMessageOutput interface
An error message received in an Azure Batch error response.
Property Details
lang
The language code of the error message.
lang?: string
Property Value
string
value
The text of the message.
value?: string
Property Value
string