Class MigrationError (1.1.1)

MigrationError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
code google.cloud.vmmigration_v1.types.MigrationError.ErrorCode
Output only. The error code.
error_message google.rpc.error_details_pb2.LocalizedMessage
Output only. The localized error message.
action_item google.rpc.error_details_pb2.LocalizedMessage
Output only. Suggested action for solving the error.
help_links Sequence[google.rpc.error_details_pb2.Link]
Output only. URL(s) pointing to additional information on handling the current error.
error_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the error occurred.

Inheritance

builtins.object > proto.message.Message > MigrationError

Classes

ErrorCode

ErrorCode(value)

Represents resource error codes.