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.ModelJobError
Constructor
JobError(**kwargs)
Variables
Name | Description |
---|---|
code
|
str or
JobErrorCode
Error code describing the error. Known values are: "ServiceError", "ServiceTransientError", "DownloadNotAccessible", "DownloadTransientError", "UploadNotAccessible", "UploadTransientError", "ConfigurationUnsupported", "ContentMalformed", "ContentUnsupported", and "IdentityUnsupported". |
message
|
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. |
Azure SDK for Python