Resize Request Status Error Error
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)
Properties
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.