FileValidationReport(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A resource that aggregates the validation errors found in an import job file.
Attributes |
|
---|---|
Name | Description |
file_name |
str
The name of the file. |
row_errors |
MutableSequence[google.cloud.migrationcenter_v1.types.ImportRowError]
Partial list of rows that encountered validation error. |
partial_report |
bool
Flag indicating that processing was aborted due to maximum number of errors. |
file_errors |
MutableSequence[google.cloud.migrationcenter_v1.types.ImportError]
List of file level errors. |