Class JobErrorCategory
java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobErrorCategory>
com.azure.resourcemanager.mediaservices.models.JobErrorCategory
public final class JobErrorCategory
extends com.azure.core.util.ExpandableStringEnum<JobErrorCategory>
Helps with categorization of errors.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JobErrorCategory
Static value Account for JobErrorCategory.static final JobErrorCategory
Static value Configuration for JobErrorCategory.static final JobErrorCategory
Static value Content for JobErrorCategory.static final JobErrorCategory
Static value Download for JobErrorCategory.static final JobErrorCategory
Static value Service for JobErrorCategory.static final JobErrorCategory
Static value Upload for JobErrorCategory. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JobErrorCategory
fromString
(String name) Creates or finds a JobErrorCategory from its string representation.static Collection<JobErrorCategory>
values()
Gets known JobErrorCategory values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SERVICE
Static value Service for JobErrorCategory. -
DOWNLOAD
Static value Download for JobErrorCategory. -
UPLOAD
Static value Upload for JobErrorCategory. -
CONFIGURATION
Static value Configuration for JobErrorCategory. -
CONTENT
Static value Content for JobErrorCategory. -
ACCOUNT
Static value Account for JobErrorCategory.
-
-
Constructor Details
-
JobErrorCategory
Deprecated.Use thefromString(String)
factory method.Creates a new instance of JobErrorCategory value.
-
-
Method Details
-
fromString
Creates or finds a JobErrorCategory from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding JobErrorCategory.
-
values
Gets known JobErrorCategory values.- Returns:
- known JobErrorCategory values.
-
fromString(String)
factory method.