Uses of Class
com.azure.compute.batch.models.ErrorCategory
Packages that use ErrorCategory
-
Uses of ErrorCategory in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as ErrorCategoryModifier and TypeFieldDescriptionstatic final ErrorCategory
ErrorCategory.SERVER_ERROR
The error is due to an internal server issue.static final ErrorCategory
ErrorCategory.USER_ERROR
The error is due to a user issue, such as misconfiguration.Methods in com.azure.compute.batch.models that return ErrorCategoryModifier and TypeMethodDescriptionstatic ErrorCategory
ErrorCategory.fromString
(String name) Creates or finds a ErrorCategory from its string representation.BatchJobSchedulingError.getCategory()
Get the category property: The category of the Job scheduling error.BatchTaskFailureInfo.getCategory()
Get the category property: The category of the Task error.Methods in com.azure.compute.batch.models that return types with arguments of type ErrorCategoryModifier and TypeMethodDescriptionstatic Collection
<ErrorCategory> ErrorCategory.values()
Gets known ErrorCategory values.