BatchErrorDetail interface
An interface representing BatchErrorDetail.
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