public sealed class MigrationJobVerificationError : IMessage<MigrationJobVerificationError>, IEquatable<MigrationJobVerificationError>, IDeepCloneable<MigrationJobVerificationError>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class MigrationJobVerificationError.
Error message of a verification Migration job.
Implements
IMessageMigrationJobVerificationError, IEquatableMigrationJobVerificationError, IDeepCloneableMigrationJobVerificationError, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
MigrationJobVerificationError()
public MigrationJobVerificationError()MigrationJobVerificationError(MigrationJobVerificationError)
public MigrationJobVerificationError(MigrationJobVerificationError other)| Parameter | |
|---|---|
| Name | Description |
other |
MigrationJobVerificationError |
Properties
ErrorCode
public MigrationJobVerificationError.Types.ErrorCode ErrorCode { get; set; }Output only. An instance of ErrorCode specifying the error that occurred.
| Property Value | |
|---|---|
| Type | Description |
MigrationJobVerificationErrorTypesErrorCode |
|
ErrorDetailMessage
public string ErrorDetailMessage { get; set; }Output only. A specific detailed error message, if supplied by the engine.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ErrorMessage
public string ErrorMessage { get; set; }Output only. A formatted message with further details about the error and a CTA.
| Property Value | |
|---|---|
| Type | Description |
string |
|