JobErrorResponse

data class JobErrorResponse(val category: String, val code: String, val details: List<JobErrorDetailResponse>, val message: String, val retry: String)

Details of JobOutput errors.

Constructors

Link copied to clipboard
constructor(category: String, code: String, details: List<JobErrorDetailResponse>, message: String, retry: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Helps with categorization of errors.

Link copied to clipboard

Error code describing the error.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.