ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfo

data class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfo(val domain: String? = null, val metadatas: Map<String, String>? = null, val reason: String? = null)

Constructors

constructor(domain: String? = null, metadatas: Map<String, String>? = null, reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: String? = null

(Output) The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com".

Link copied to clipboard
val metadatas: Map<String, String>? = null

(Output) Additional structured details about this error.

Link copied to clipboard
val reason: String? = null

(Output) The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors.