JobSchedulingErrorCodes 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.
Contains error codes specific to job scheduling errors.
public static class JobSchedulingErrorCodes
type JobSchedulingErrorCodes = class
Public Class JobSchedulingErrorCodes
- Inheritance
-
JobSchedulingErrorCodes
Fields
AutoPoolCreationFailedWithQuotaReached |
The Batch service could not create an auto pool to run the job on, because the account has reached its quota of compute nodes. |
InvalidApplicationPackageReferencesInAutoPool |
The auto pool specification for the job has one or more application package references which could not be satisfied. |
InvalidAutoScaleFormulaInAutoPool |
The auto pool specification for the job has an invalid automatic scaling formula. |
InvalidCertificatesInAutoPool |
The auto pool specification for the job has an invalid certificate reference (for example, to a certificate that does not exist). |
Unknown |
The reason for the scheduling error is unknown. |
Applies to
Azure SDK for .NET