View Source GoogleApi.MigrationCenter.V1.Model.ImportRowError (google_api_migration_center v0.3.0)
A resource that reports the import job errors at row level.
Attributes
-
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ImportRowError{ errors: [GoogleApi.MigrationCenter.V1.Model.ImportError.t()] | nil, rowNumber: integer() | nil, vmName: String.t() | nil, vmUuid: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.