Migration Center v1 API - Class ImportError (1.1.0)

public sealed class ImportError : IMessage<ImportError>, IEquatable<ImportError>, IDeepCloneable<ImportError>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class ImportError.

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

Inheritance

object > ImportError

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ImportError()

public ImportError()

ImportError(ImportError)

public ImportError(ImportError other)
Parameter
NameDescription
otherImportError

Properties

ErrorDetails

public string ErrorDetails { get; set; }

The error information.

Property Value
TypeDescription
string

Severity

public ImportError.Types.Severity Severity { get; set; }

The severity of the error.

Property Value
TypeDescription
ImportErrorTypesSeverity