JobSchedulingError Class

Definition

An error encountered by the Batch service when scheduling a Job.

public class JobSchedulingError
type JobSchedulingError = class
Public Class JobSchedulingError
Inheritance
JobSchedulingError

Constructors

JobSchedulingError()

Initializes a new instance of the JobSchedulingError class.

JobSchedulingError(ErrorCategory, String, String, IList<NameValuePair>)

Initializes a new instance of the JobSchedulingError class.

Properties

Category

Gets or sets the category of the Job scheduling error.

Code

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

Details

Gets or sets a list of additional error details related to the scheduling error.

Message

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

Applies to