次の方法で共有


JobSchedulingErrorCodes Class

  • java.lang.Object
    • com.microsoft.azure.batch.JobSchedulingErrorCodes

public final class JobSchedulingErrorCodes

Contains error codes specific to job scheduling errors.

Field Summary

Modifier and Type Field and Description
static final 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 final String InvalidApplicationPackageReferencesInAutoPool

The auto pool specification for the job has one or more application package references which could not be satisfied.

static final String InvalidAutoScaleFormulaInAutoPool

The auto pool specification for the job has an invalid automatic scaling formula.

static final String InvalidCertificatesInAutoPool

The auto pool specification for the job has an invalid certificate reference (for example, to a certificate that does not exist).

static final String Unknown

The reason for the scheduling error is unknown.

Constructor Summary

Constructor Description
JobSchedulingErrorCodes()

Methods inherited from java.lang.Object

Field Details

AutoPoolCreationFailedWithQuotaReached

public static final 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.

InvalidApplicationPackageReferencesInAutoPool

public static final String InvalidApplicationPackageReferencesInAutoPool

The auto pool specification for the job has one or more application package references which could not be satisfied. This occurs if the application ID or version does not exist or is not active, or if the reference did not specify a version and there is no default version configured.

InvalidAutoScaleFormulaInAutoPool

public static final String InvalidAutoScaleFormulaInAutoPool

The auto pool specification for the job has an invalid automatic scaling formula.

InvalidCertificatesInAutoPool

public static final String InvalidCertificatesInAutoPool

The auto pool specification for the job has an invalid certificate reference (for example, to a certificate that does not exist).

Unknown

public static final String Unknown

The reason for the scheduling error is unknown.

Constructor Details

JobSchedulingErrorCodes

public JobSchedulingErrorCodes()

Applies to