ImportRowErrorResponse

data class ImportRowErrorResponse(val errors: List<ImportErrorResponse>, val rowNumber: Int, val vmName: String, val vmUuid: String)

A resource that reports the import job errors at row level.

Constructors

Link copied to clipboard
constructor(errors: List<ImportErrorResponse>, rowNumber: Int, vmName: String, vmUuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of errors detected in the row.

Link copied to clipboard

The row number where the error was detected.

Link copied to clipboard

The name of the VM in the row.

Link copied to clipboard

The VM UUID.