BatchErrorDetail Class

Definition

An item of additional information included in an Azure Batch error response.

public class BatchErrorDetail
type BatchErrorDetail = class
Public Class BatchErrorDetail
Inheritance
BatchErrorDetail

Constructors

BatchErrorDetail()

Initializes a new instance of the BatchErrorDetail class.

BatchErrorDetail(String, String)

Initializes a new instance of the BatchErrorDetail class.

Properties

Key

Gets or sets an identifier specifying the meaning of the Value property.

Value

Gets or sets the additional information included with the error response.

Applies to