MediaJobError interface
Details of JobOutput errors.
Properties
category | Helps with categorization of errors. Possible values include: 'Service', 'Download', 'Upload', 'Configuration', 'Content' NOTE: This property will not be serialized. It can only be populated by the server. |
code | Error code describing the error. Possible values include: 'ServiceError', 'ServiceTransientError', 'DownloadNotAccessible', 'DownloadTransientError', 'UploadNotAccessible', 'UploadTransientError', 'ConfigurationUnsupported', 'ContentMalformed', 'ContentUnsupported' NOTE: This property will not be serialized. It can only be populated by the server. |
details | An array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server. |
message | A human-readable language-dependent representation of the error. NOTE: This property will not be serialized. It can only be populated by the server. |
retry | Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal. Possible values include: 'DoNotRetry', 'MayRetry' NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
category
Helps with categorization of errors. Possible values include: 'Service', 'Download', 'Upload', 'Configuration', 'Content' NOTE: This property will not be serialized. It can only be populated by the server.
category?: MediaJobErrorCategory
Property Value
code
Error code describing the error. Possible values include: 'ServiceError', 'ServiceTransientError', 'DownloadNotAccessible', 'DownloadTransientError', 'UploadNotAccessible', 'UploadTransientError', 'ConfigurationUnsupported', 'ContentMalformed', 'ContentUnsupported' NOTE: This property will not be serialized. It can only be populated by the server.
code?: MediaJobErrorCode
Property Value
details
An array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server.
details?: MediaJobErrorDetail[]
Property Value
message
A human-readable language-dependent representation of the error. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
retry
Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal. Possible values include: 'DoNotRetry', 'MayRetry' NOTE: This property will not be serialized. It can only be populated by the server.
retry?: MediaJobRetry
Property Value
Azure SDK for JavaScript