ResizeRequestStatusErrorError

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

(Output) The error type identifier for this error.

Link copied to clipboard

(Output) An array 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) 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.