ProvisioningErrorResponse

data class ProvisioningErrorResponse(val message: String? = null, val provisioningErrorCode: String? = null)

Describes the error happened when create or update an image template

Constructors

Link copied to clipboard
constructor(message: String? = null, provisioningErrorCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

Verbose error message about the provisioning failure

Link copied to clipboard

Error code of the provisioning failure