azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.J...

101 строка
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.JobSchedulingErrorCodes"
fullName: "com.microsoft.azure.batch.JobSchedulingErrorCodes"
name: "JobSchedulingErrorCodes"
nameWithType: "JobSchedulingErrorCodes"
summary: "Contains error codes specific to job scheduling errors."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **JobSchedulingErrorCodes**"
constructors:
- uid: "com.microsoft.azure.batch.JobSchedulingErrorCodes.JobSchedulingErrorCodes()"
fullName: "com.microsoft.azure.batch.JobSchedulingErrorCodes.JobSchedulingErrorCodes()"
name: "JobSchedulingErrorCodes()"
nameWithType: "JobSchedulingErrorCodes.JobSchedulingErrorCodes()"
syntax: "public JobSchedulingErrorCodes()"
fields:
- uid: "com.microsoft.azure.batch.JobSchedulingErrorCodes.AutoPoolCreationFailedWithQuotaReached"
fullName: "com.microsoft.azure.batch.JobSchedulingErrorCodes.AutoPoolCreationFailedWithQuotaReached"
name: "AutoPoolCreationFailedWithQuotaReached"
nameWithType: "JobSchedulingErrorCodes.AutoPoolCreationFailedWithQuotaReached"
summary: "The Batch service could not create an auto pool to run the job on, because the account has reached its quota of compute nodes."
modifiers:
- "static"
- "final"
field:
value: "AutoPoolCreationFailedWithQuotaReached"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String AutoPoolCreationFailedWithQuotaReached"
desc: "The Batch service could not create an auto pool to run the job on, because the account has reached its quota of compute nodes."
- uid: "com.microsoft.azure.batch.JobSchedulingErrorCodes.InvalidApplicationPackageReferencesInAutoPool"
fullName: "com.microsoft.azure.batch.JobSchedulingErrorCodes.InvalidApplicationPackageReferencesInAutoPool"
name: "InvalidApplicationPackageReferencesInAutoPool"
nameWithType: "JobSchedulingErrorCodes.InvalidApplicationPackageReferencesInAutoPool"
summary: "The auto pool specification for the job has one or more application package references which could not be satisfied."
modifiers:
- "static"
- "final"
field:
value: "InvalidApplicationPackageReferencesInAutoPool"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String InvalidApplicationPackageReferencesInAutoPool"
desc: "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."
- uid: "com.microsoft.azure.batch.JobSchedulingErrorCodes.InvalidAutoScaleFormulaInAutoPool"
fullName: "com.microsoft.azure.batch.JobSchedulingErrorCodes.InvalidAutoScaleFormulaInAutoPool"
name: "InvalidAutoScaleFormulaInAutoPool"
nameWithType: "JobSchedulingErrorCodes.InvalidAutoScaleFormulaInAutoPool"
summary: "The auto pool specification for the job has an invalid automatic scaling formula."
modifiers:
- "static"
- "final"
field:
value: "InvalidAutoScaleFormulaInAutoPool"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String InvalidAutoScaleFormulaInAutoPool"
desc: "The auto pool specification for the job has an invalid automatic scaling formula."
- uid: "com.microsoft.azure.batch.JobSchedulingErrorCodes.InvalidCertificatesInAutoPool"
fullName: "com.microsoft.azure.batch.JobSchedulingErrorCodes.InvalidCertificatesInAutoPool"
name: "InvalidCertificatesInAutoPool"
nameWithType: "JobSchedulingErrorCodes.InvalidCertificatesInAutoPool"
summary: "The auto pool specification for the job has an invalid certificate reference (for example, to a certificate that does not exist)."
modifiers:
- "static"
- "final"
field:
value: "InvalidCertificatesInAutoPool"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String InvalidCertificatesInAutoPool"
desc: "The auto pool specification for the job has an invalid certificate reference (for example, to a certificate that does not exist)."
- uid: "com.microsoft.azure.batch.JobSchedulingErrorCodes.Unknown"
fullName: "com.microsoft.azure.batch.JobSchedulingErrorCodes.Unknown"
name: "Unknown"
nameWithType: "JobSchedulingErrorCodes.Unknown"
summary: "The reason for the scheduling error is unknown."
modifiers:
- "static"
- "final"
field:
value: "Unknown"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String Unknown"
desc: "The reason for the scheduling error is unknown."
type: "class"
desc: "Contains error codes specific to job scheduling errors."
metadata: {}
package: "com.microsoft.azure.batch"
artifact: com.microsoft.azure:azure-batch:11.2.0