JobError Class

Details of JobOutput errors.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.media._serialization.Model
JobError

Constructor

JobError(**kwargs)

Variables

Name Description
code

Error code describing the error. Known values are: "ServiceError", "ServiceTransientError", "DownloadNotAccessible", "DownloadTransientError", "UploadNotAccessible", "UploadTransientError", "ConfigurationUnsupported", "ContentMalformed", "ContentUnsupported", and "IdentityUnsupported".

message
str

A human-readable language-dependent representation of the error.

category

Helps with categorization of errors. Known values are: "Service", "Download", "Upload", "Configuration", "Content", and "Account".

retry

Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal. Known values are: "DoNotRetry" and "MayRetry".

details

An array of details about specific errors that led to this reported error.