You are now viewing Migrate to Virtual Machines (formerly Migrate for Compute Engine). For Migrate for Compute Engine versions 4.x, see the 4.x documentation.

MigrationError

Stay organized with collections Save and categorize content based on your preferences.

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.

JSON representation
{
  "code": enum (ErrorCode),
  "errorMessage": {
    object (LocalizedMessage)
  },
  "actionItem": {
    object (LocalizedMessage)
  },
  "helpLinks": [
    {
      object (Link)
    }
  ],
  "errorTime": string
}
Fields
code

enum (ErrorCode)

Output only. The error code.

errorMessage

object (LocalizedMessage)

Output only. The localized error message.

actionItem

object (LocalizedMessage)

Output only. Suggested action for solving the error.

errorTime

string (Timestamp format)

Output only. The time the error occurred.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

LocalizedMessage

Provides a localized error message that is safe to return to the user which can be attached to an RPC error.

JSON representation
{
  "locale": string,
  "message": string
}
Fields
locale

string

The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"

message

string

The localized error message in the above locale.