BatchError Class

Definition

An error response received from the Azure Batch service.

public class BatchError
type BatchError = class
Public Class BatchError
Inheritance
BatchError

Constructors

BatchError()

Initializes a new instance of the BatchError class.

BatchError(String, ErrorMessage, IList<BatchErrorDetail>)

Initializes a new instance of the BatchError class.

Properties

Code

Gets or sets an identifier for the error. Codes are invariant and are intended to be consumed programmatically.

Message

Gets or sets a message describing the error, intended to be suitable for display in a user interface.

Values

Gets or sets a collection of key-value pairs containing additional details about the error.

Applies to