public final class JobSchedulingErrorCodes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
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.
|
static String |
InvalidApplicationPackageReferencesInAutoPool
The auto pool specification for the job has one or more application package references which could not be satisfied.
|
static String |
InvalidAutoScaleFormulaInAutoPool
The auto pool specification for the job has an invalid automatic scaling formula.
|
static String |
InvalidCertificatesInAutoPool
The auto pool specification for the job has an invalid certificate reference (for example, to a
certificate that does not exist).
|
static String |
Unknown
The reason for the scheduling error is unknown.
|
Constructor and Description |
---|
JobSchedulingErrorCodes() |
public static final String AutoPoolCreationFailedWithQuotaReached
public static final String InvalidApplicationPackageReferencesInAutoPool
public static final String InvalidAutoScaleFormulaInAutoPool
public static final String InvalidCertificatesInAutoPool
public static final String Unknown
Copyright © 2019. All rights reserved.