Show / Hide Table of Contents

Class MigrationJobVerificationError

Error message of a verification Migration job.

Inheritance
object
MigrationJobVerificationError
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.DatabaseMigrationService.v1beta1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1beta1.dll
Syntax
public class MigrationJobVerificationError : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ErrorCode

Output only. An instance of ErrorCode specifying the error that occurred.

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

ErrorDetailMessage

Output only. A specific detailed error message, if supplied by the engine.

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

ErrorMessage

Output only. A formatted message with further details about the error and a CTA.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX