JobErrorDetailResponse

data class JobErrorDetailResponse(val code: String, val message: String)

Details of JobOutput errors.

Constructors

Link copied to clipboard
constructor(code: String, message: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Code describing the error detail.

Link copied to clipboard

A human-readable representation of the error.