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 Details

    • SERVICE

      public static final JobErrorCategory SERVICE
      Static value Service for JobErrorCategory.
    • DOWNLOAD

      public static final JobErrorCategory DOWNLOAD
      Static value Download for JobErrorCategory.
    • UPLOAD

      public static final JobErrorCategory UPLOAD
      Static value Upload for JobErrorCategory.
    • CONFIGURATION

      public static final JobErrorCategory CONFIGURATION
      Static value Configuration for JobErrorCategory.
    • CONTENT

      public static final JobErrorCategory CONTENT
      Static value Content for JobErrorCategory.
    • ACCOUNT

      public static final JobErrorCategory ACCOUNT
      Static value Account for JobErrorCategory.
  • Constructor Details

    • JobErrorCategory

      @Deprecated public JobErrorCategory()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of JobErrorCategory value.
  • Method Details

    • fromString

      public static JobErrorCategory fromString(String name)
      Creates or finds a JobErrorCategory from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding JobErrorCategory.
    • values

      public static Collection<JobErrorCategory> values()
      Gets known JobErrorCategory values.
      Returns:
      known JobErrorCategory values.