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 ErrorCategoryErrorCategory.SERVER_ERRORThe error is due to an internal server issue.static final ErrorCategoryErrorCategory.USER_ERRORThe error is due to a user issue, such as misconfiguration.Methods in com.azure.compute.batch.models that return ErrorCategoryModifier and TypeMethodDescriptionstatic ErrorCategoryErrorCategory.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.