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 ( |
Fields | |
---|---|
code |
Output only. The error code. |
errorMessage |
Output only. The localized error message. |
actionItem |
Output only. Suggested action for solving the error. |
helpLinks[] |
Output only. URL(s) pointing to additional information on handling the current error. |
errorTime |
Output only. The time the error occurred. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
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 |
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 |
The localized error message in the above locale. |
Link
Describes a URL link.
JSON representation |
---|
{ "description": string, "url": string } |
Fields | |
---|---|
description |
Describes what the link offers. |
url |
The URL of the link. |