BatchErrorDetailOutput interface
An item of additional information included in an Azure Batch error response.
Properties
| key | An identifier specifying the meaning of the Value property. |
| value | The additional information included with the error response. |
Property Details
key
An identifier specifying the meaning of the Value property.
key?: string
Property Value
string
value
The additional information included with the error response.
value?: string
Property Value
string