Class MigrationError (1.0.0)

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

Represents migration resource error information that can be used with google.rpc.Status message. MigrationError is used to present the user with error information in migration operations.

Inheritance

Object > MigrationError

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

MigrationError()

public MigrationError()

MigrationError(MigrationError)

public MigrationError(MigrationError other)
Parameter
NameDescription
otherMigrationError

Properties

ActionItem

public LocalizedMessage ActionItem { get; set; }

Output only. Suggested action for solving the error.

Property Value
TypeDescription
LocalizedMessage

Code

public MigrationError.Types.ErrorCode Code { get; set; }

Output only. The error code.

Property Value
TypeDescription
MigrationError.Types.ErrorCode

ErrorMessage

public LocalizedMessage ErrorMessage { get; set; }

Output only. The localized error message.

Property Value
TypeDescription
LocalizedMessage

ErrorTime

public Timestamp ErrorTime { get; set; }

Output only. The time the error occurred.

Property Value
TypeDescription
Timestamp
public RepeatedField<Help.Types.Link> HelpLinks { get; }

Output only. URL(s) pointing to additional information on handling the current error.

Property Value
TypeDescription
RepeatedField<Help.Types.Link>