JobStatusErrorResult

data class JobStatusErrorResult(val location: String? = null, val message: String? = null, val reason: String? = null)

Constructors

Link copied to clipboard
constructor(location: String? = null, message: String? = null, reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val location: String? = null

The geographic location of the job. The default value is US.

Link copied to clipboard
val message: String? = null

A human-readable description of the error.

Link copied to clipboard
val reason: String? = null

A short error code that summarizes the error.