MediaJobErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error code describing the error. If you get an enum with a value of MaxValue, that means the service has returned a new category, and you should upgrade to the latest SDK.
public enum MediaJobErrorCode
type MediaJobErrorCode =
Public Enum MediaJobErrorCode
- Inheritance
-
MediaJobErrorCode
Fields
Name | Value | Description |
---|---|---|
ServiceError | 0 | Fatal service error, please contact support. |
ServiceTransientError | 1 | Transient error, please retry, if retry is unsuccessful, please contact support. |
DownloadNotAccessible | 2 | While trying to download the input files, the files were not accessible, please check the availability of the source. |
DownloadTransientError | 3 | While trying to download the input files, there was an issue during transfer (storage service, network errors), see details and check your source. |
UploadNotAccessible | 4 | While trying to upload the output files, the destination was not reachable, please check the availability of the destination. |
UploadTransientError | 5 | While trying to upload the output files, there was an issue during transfer (storage service, network errors), see details and check your destination. |
ConfigurationUnsupported | 6 | There was a problem with the combination of input files and the configuration settings applied, fix the configuration settings and retry with the same input, or change input to match the configuration. |
ContentMalformed | 7 | There was a problem with the input content (for example: zero byte files, or corrupt/non-decodable files), check the input files. |
ContentUnsupported | 8 | There was a problem with the format of the input (not valid media file, or an unsupported file/codec), check the validity of the input files. |
IdentityUnsupported | 9 | There is an error verifying to the account identity. Check and fix the identity configurations and retry. If unsuccessful, please contact support. |
Applies to
Azure SDK for .NET