JobErrorCode Struct
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.
Defines values for JobErrorCode.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.JobErrorCodeConverter))]
public struct JobErrorCode : IEquatable<Microsoft.Azure.Management.Media.Models.JobErrorCode>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.JobErrorCodeConverter))>]
type JobErrorCode = struct
Public Structure JobErrorCode
Implements IEquatable(Of JobErrorCode)
- Inheritance
-
JobErrorCode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
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. |
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(JobErrorCode) |
Compares enums of type JobErrorCode |
Equals(Object) |
Overrides Equals operator for JobErrorCode |
GetHashCode() |
Returns for hashCode JobErrorCode |
ToString() |
Returns string representation for JobErrorCode |
Operators
Equality(JobErrorCode, JobErrorCode) |
Overriding == operator for enum JobErrorCode |
Implicit(JobErrorCode to String) |
Implicit operator to convert JobErrorCode to string |
Implicit(String to JobErrorCode) |
Implicit operator to convert string to JobErrorCode |
Inequality(JobErrorCode, JobErrorCode) |
Overriding != operator for enum JobErrorCode |
Applies to
Azure SDK for .NET