Share via


BatchErrorMessageOutput interface

An error message received in an Azure Batch error response.

Properties

lang

The language code of the error message.

value

The text of the message.

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