JobErrorCode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mediaservices. models. JobErrorCode
- com.
- com.
public final class JobErrorCode
extends ExpandableStringEnum<JobErrorCode>
Error code describing the error.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Job |
CONFIGURATION_UNSUPPORTED
Static value Configuration |
|
static final
Job |
CONTENT_MALFORMED
Static value Content |
|
static final
Job |
CONTENT_UNSUPPORTED
Static value Content |
|
static final
Job |
DOWNLOAD_NOT_ACCESSIBLE
Static value Download |
|
static final
Job |
DOWNLOAD_TRANSIENT_ERROR
Static value Download |
|
static final
Job |
IDENTITY_UNSUPPORTED
Static value Identity |
|
static final
Job |
SERVICE_ERROR
Static value Service |
|
static final
Job |
SERVICE_TRANSIENT_ERROR
Static value Service |
|
static final
Job |
UPLOAD_NOT_ACCESSIBLE
Static value Upload |
|
static final
Job |
UPLOAD_TRANSIENT_ERROR
Static value Upload |
Constructor Summary
| Constructor | Description |
|---|---|
| JobErrorCode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Job |
fromString(String name)
Creates or finds a Job |
|
static
Collection<Job |
values()
Gets known Job |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONFIGURATION_UNSUPPORTED
public static final JobErrorCode CONFIGURATION_UNSUPPORTED
Static value ConfigurationUnsupported for JobErrorCode.
CONTENT_MALFORMED
public static final JobErrorCode CONTENT_MALFORMED
Static value ContentMalformed for JobErrorCode.
CONTENT_UNSUPPORTED
public static final JobErrorCode CONTENT_UNSUPPORTED
Static value ContentUnsupported for JobErrorCode.
DOWNLOAD_NOT_ACCESSIBLE
public static final JobErrorCode DOWNLOAD_NOT_ACCESSIBLE
Static value DownloadNotAccessible for JobErrorCode.
DOWNLOAD_TRANSIENT_ERROR
public static final JobErrorCode DOWNLOAD_TRANSIENT_ERROR
Static value DownloadTransientError for JobErrorCode.
IDENTITY_UNSUPPORTED
public static final JobErrorCode IDENTITY_UNSUPPORTED
Static value IdentityUnsupported for JobErrorCode.
SERVICE_ERROR
public static final JobErrorCode SERVICE_ERROR
Static value ServiceError for JobErrorCode.
SERVICE_TRANSIENT_ERROR
public static final JobErrorCode SERVICE_TRANSIENT_ERROR
Static value ServiceTransientError for JobErrorCode.
UPLOAD_NOT_ACCESSIBLE
public static final JobErrorCode UPLOAD_NOT_ACCESSIBLE
Static value UploadNotAccessible for JobErrorCode.
UPLOAD_TRANSIENT_ERROR
public static final JobErrorCode UPLOAD_TRANSIENT_ERROR
Static value UploadTransientError for JobErrorCode.
Constructor Details
JobErrorCode
@Deprecated
public JobErrorCode()
Deprecated
Creates a new instance of JobErrorCode value.
Method Details
fromString
public static JobErrorCode fromString(String name)
Creates or finds a JobErrorCode from its string representation.
Parameters:
Returns:
values
public static Collection<JobErrorCode> values()
Gets known JobErrorCode values.
Returns: