Class ImportError (0.1.6)

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

A resource that reports the errors encountered while processing an import job.

Attributes

NameDescription
error_details str
The error information.
severity google.cloud.migrationcenter_v1.types.ImportError.Severity
The severity of the error.

Classes

Severity

Severity(value)

Enumerate possible error severity.

Values: SEVERITY_UNSPECIFIED (0): No description available. ERROR (1): No description available. WARNING (2): No description available. INFO (3): No description available.