View Source GoogleApi.MigrationCenter.V1.Model.ImportRowError (google_api_migration_center v0.6.0)
A resource that reports the import job errors at row level.
Attributes
-
csvError(type:GoogleApi.MigrationCenter.V1.Model.ImportRowErrorCsvErrorDetails.t, default:nil) - Error details for a CSV file. -
errors(type:list(GoogleApi.MigrationCenter.V1.Model.ImportError.t), default:nil) - The list of errors detected in the row. -
rowNumber(type:integer(), default:nil) - The row number where the error was detected. -
vmName(type:String.t, default:nil) - The name of the VM in the row. -
vmUuid(type:String.t, default:nil) - The VM UUID. -
xlsxError(type:GoogleApi.MigrationCenter.V1.Model.ImportRowErrorXlsxErrorDetails.t, default:nil) - Error details for an XLSX file.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ImportRowError{ csvError: GoogleApi.MigrationCenter.V1.Model.ImportRowErrorCsvErrorDetails.t() | nil, errors: [GoogleApi.MigrationCenter.V1.Model.ImportError.t()] | nil, rowNumber: integer() | nil, vmName: String.t() | nil, vmUuid: String.t() | nil, xlsxError: GoogleApi.MigrationCenter.V1.Model.ImportRowErrorXlsxErrorDetails.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.