Class JobSchedulingErrorCodes


  • public final class JobSchedulingErrorCodes
    extends Object
    Contains error codes specific to job scheduling errors.
    • Field Detail

      • 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.
        See Also:
        Constant Field Values
      • 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.
        See Also:
        Constant Field Values
      • InvalidAutoScaleFormulaInAutoPool

        public static final String InvalidAutoScaleFormulaInAutoPool
        The auto pool specification for the job has an invalid automatic scaling formula.
        See Also:
        Constant Field Values
      • 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).
        See Also:
        Constant Field Values
    • Constructor Detail

      • JobSchedulingErrorCodes

        public JobSchedulingErrorCodes()