Share via


MediaJobErrorCode Struct

Definition

Error code describing the error.

public readonly struct MediaJobErrorCode : IEquatable<Azure.ResourceManager.Media.Models.MediaJobErrorCode>
type MediaJobErrorCode = struct
Public Structure MediaJobErrorCode
Implements IEquatable(Of MediaJobErrorCode)
Inheritance
MediaJobErrorCode
Implements

Constructors

MediaJobErrorCode(String)

Initializes a new instance of MediaJobErrorCode.

Properties

ConfigurationUnsupported

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

There was a problem with the input content (for example: zero byte files, or corrupt/non-decodable files), check the input files.

ContentUnsupported

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

While trying to download the input files, the files were not accessible, please check the availability of the source.

DownloadTransientError

While trying to download the input files, there was an issue during transfer (storage service, network errors), see details and check your source.

IdentityUnsupported

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

ServiceError

Fatal service error, please contact support.

ServiceTransientError

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

UploadNotAccessible

While trying to upload the output files, the destination was not reachable, please check the availability of the destination.

UploadTransientError

While trying to upload the output files, there was an issue during transfer (storage service, network errors), see details and check your destination.

Methods

Equals(MediaJobErrorCode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MediaJobErrorCode, MediaJobErrorCode)

Determines if two MediaJobErrorCode values are the same.

Implicit(String to MediaJobErrorCode)

Converts a string to a MediaJobErrorCode.

Inequality(MediaJobErrorCode, MediaJobErrorCode)

Determines if two MediaJobErrorCode values are not the same.

Applies to