ResizeRequestStatusLastAttemptErrorError

data class ResizeRequestStatusLastAttemptErrorError(val code: String? = null, val errorDetails: List<ResizeRequestStatusLastAttemptErrorErrorErrorDetail>? = null, val location: String? = null, val message: String? = null)

Constructors

Link copied to clipboard
constructor(code: String? = null, errorDetails: List<ResizeRequestStatusLastAttemptErrorErrorErrorDetail>? = null, location: String? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

(Output) Output Only The error type identifier for this error.

Link copied to clipboard

(Output) Output Only An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED. Structure is documented below.

Link copied to clipboard
val location: String? = null

(Output) Output Only] Indicates the field in the request that caused the error. This property is optional.

Link copied to clipboard
val message: String? = null

(Output) The localized error message in the above locale.