Class ImportRowError
A resource that reports the import job errors at row level.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ImportRowError : IDirectResponseSchema
Properties
CsvError
Error details for a CSV file.
Declaration
[JsonProperty("csvError")]
public virtual ImportRowErrorCsvErrorDetails CsvError { get; set; }
Property Value
Type | Description |
---|---|
ImportRowErrorCsvErrorDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
The list of errors detected in the row.
Declaration
[JsonProperty("errors")]
public virtual IList<ImportError> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<ImportError> |
RowNumber
The row number where the error was detected.
Declaration
[JsonProperty("rowNumber")]
public virtual int? RowNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |
VmName
The name of the VM in the row.
Declaration
[JsonProperty("vmName")]
public virtual string VmName { get; set; }
Property Value
Type | Description |
---|---|
string |
VmUuid
The VM UUID.
Declaration
[JsonProperty("vmUuid")]
public virtual string VmUuid { get; set; }
Property Value
Type | Description |
---|---|
string |
XlsxError
Error details for an XLSX file.
Declaration
[JsonProperty("xlsxError")]
public virtual ImportRowErrorXlsxErrorDetails XlsxError { get; set; }
Property Value
Type | Description |
---|---|
ImportRowErrorXlsxErrorDetails |