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.
Implements
IMessageImportError, IEquatableImportError, IDeepCloneableImportError, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ImportError()
public ImportError()
ImportError(ImportError)
public ImportError(ImportError other)
Parameter | |
---|---|
Name | Description |
other |
ImportError |
Properties
ErrorDetails
public string ErrorDetails { get; set; }
The error information.
Property Value | |
---|---|
Type | Description |
string |
Severity
public ImportError.Types.Severity Severity { get; set; }
The severity of the error.
Property Value | |
---|---|
Type | Description |
ImportErrorTypesSeverity |