public sealed class MigrationError : IMessage<MigrationError>, IEquatable<MigrationError>, IDeepCloneable<MigrationError>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class MigrationError.
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.
Implements
IMessageMigrationError, IEquatableMigrationError, IDeepCloneableMigrationError, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
MigrationError()
public MigrationError()
MigrationError(MigrationError)
public MigrationError(MigrationError other)
Parameter | |
---|---|
Name | Description |
other |
MigrationError |
Properties
ActionItem
public LocalizedMessage ActionItem { get; set; }
Output only. Suggested action for solving the error.
Property Value | |
---|---|
Type | Description |
LocalizedMessage |
Code
public MigrationError.Types.ErrorCode Code { get; set; }
Output only. The error code.
Property Value | |
---|---|
Type | Description |
MigrationErrorTypesErrorCode |
ErrorMessage
public LocalizedMessage ErrorMessage { get; set; }
Output only. The localized error message.
Property Value | |
---|---|
Type | Description |
LocalizedMessage |
ErrorTime
public Timestamp ErrorTime { get; set; }
Output only. The time the error occurred.
Property Value | |
---|---|
Type | Description |
Timestamp |
HelpLinks
public RepeatedField<Help.Types.Link> HelpLinks { get; }
Output only. URL(s) pointing to additional information on handling the current error.
Property Value | |
---|---|
Type | Description |
RepeatedFieldHelpTypesLink |