Share via


MediaJobErrorCode Enum

Definition

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

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.

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.

IdentityUnsupported 9

There is an error verifying to the account identity. Check and fix the identity configurations and retry. If unsuccessful, please contact support.

ServiceError 0

Fatal service error, please contact support.

ServiceTransientError 1

Transient error, please retry, if retry is unsuccessful, please contact support.

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.

Applies to