Class ImportRowError (0.1.6)

ImportRowError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
row_number int
The row number where the error was detected.
vm_name str
The name of the VM in the row.
vm_uuid str
The VM UUID.
errors MutableSequence[google.cloud.migrationcenter_v1.types.ImportError]
The list of errors detected in the row.