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 | |
---|---|
Name | Description |
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 |
MutableSequence[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. |
Classes
ErrorCode
ErrorCode(value)
Represents resource error codes.
Values: ERROR_CODE_UNSPECIFIED (0): Default value. This value is not used. UNKNOWN_ERROR (1): Migrate for Compute encountered an unknown error. SOURCE_VALIDATION_ERROR (2): Migrate for Compute encountered an error while validating replication source health. SOURCE_REPLICATION_ERROR (3): Migrate for Compute encountered an error during source data operation. TARGET_REPLICATION_ERROR (4): Migrate for Compute encountered an error during target data operation. OS_ADAPTATION_ERROR (5): Migrate for Compute encountered an error during OS adaptation. CLONE_ERROR (6): Migrate for Compute encountered an error in clone operation. CUTOVER_ERROR (7): Migrate for Compute encountered an error in cutover operation. UTILIZATION_REPORT_ERROR (8): Migrate for Compute encountered an error during utilization report creation. APPLIANCE_UPGRADE_ERROR (9): Migrate for Compute encountered an error during appliance upgrade.