Show / Hide Table of Contents

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.

Inheritance
object
MigrationError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class MigrationError : IDirectResponseSchema

Properties

ActionItem

Output only. Suggested action for solving the error.

Declaration
[JsonProperty("actionItem")]
public virtual LocalizedMessage ActionItem { get; set; }
Property Value
Type Description
LocalizedMessage

Code

Output only. The error code.

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorMessage

Output only. The localized error message.

Declaration
[JsonProperty("errorMessage")]
public virtual LocalizedMessage ErrorMessage { get; set; }
Property Value
Type Description
LocalizedMessage

ErrorTime

object representation of ErrorTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ErrorTimeDateTimeOffset instead.")]
public virtual object ErrorTime { get; set; }
Property Value
Type Description
object

ErrorTimeDateTimeOffset

DateTimeOffset representation of ErrorTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ErrorTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ErrorTimeRaw

Output only. The time the error occurred.

Declaration
[JsonProperty("errorTime")]
public virtual string ErrorTimeRaw { get; set; }
Property Value
Type Description
string

HelpLinks

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

Declaration
[JsonProperty("helpLinks")]
public virtual IList<Link> HelpLinks { get; set; }
Property Value
Type Description
IList<Link>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX