JobError Class

Definition

Details of JobOutput errors.

public class JobError
type JobError = class
Public Class JobError
Inheritance
JobError

Constructors

JobError()

Initializes a new instance of the JobError class.

JobError(JobErrorCode, String, JobErrorCategory, JobRetry, IList<JobErrorDetail>)

Initializes a new instance of the JobError class.

Properties

Category

Gets helps with categorization of errors. Possible values include: 'Service', 'Download', 'Upload', 'Configuration', 'Content'

Code

Gets error code describing the error. Possible values include: 'ServiceError', 'ServiceTransientError', 'DownloadNotAccessible', 'DownloadTransientError', 'UploadNotAccessible', 'UploadTransientError', 'ConfigurationUnsupported', 'ContentMalformed', 'ContentUnsupported'

Details

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

Message

Gets a human-readable language-dependent representation of the error.

Retry

Gets 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'

Applies to