AutoScaleRunErrorResponse

data class AutoScaleRunErrorResponse(val code: String, val details: List<AutoScaleRunErrorResponse>? = null, val message: String)

Constructors

Link copied to clipboard
constructor(code: String, details: List<AutoScaleRunErrorResponse>? = null, message: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

Link copied to clipboard
Link copied to clipboard

A message describing the error, intended to be suitable for display in a user interface.