JobSchedulingError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error encountered by the Batch service when scheduling a job.
public class JobSchedulingError
type JobSchedulingError = class
Public Class JobSchedulingError
- Inheritance
-
JobSchedulingError
Properties
Category |
Gets the category of the job scheduling error. |
Code |
Gets a code for the job scheduling error. See JobSchedulingErrorCodes for possible values. |
Details |
Gets a list of additional error details related to the scheduling error. |
Message |
Gets a message describing the job scheduling error, intended to be suitable for display in a user interface. |
Applies to
Azure SDK for .NET