Class MigrationJobVerificationError
Error message of a verification Migration job.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.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 |