CloudErrorBodyResponse

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

An error response from the Container service.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

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

Link copied to clipboard

A list of additional details about the error.

Link copied to clipboard
val message: String? = null

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

Link copied to clipboard
val target: String? = null

The target of the particular error. For example, the name of the property in error.