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.

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".