Module: Google::Cloud::VMMigration::V1::MigrationError::ErrorCode
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Represents resource error codes.
Constant Summary collapse
- ERROR_CODE_UNSPECIFIED =
Default value. This value is not used.
0- UNKNOWN_ERROR =
Migrate to Virtual Machines encountered an unknown error.
1- SOURCE_VALIDATION_ERROR =
Migrate to Virtual Machines encountered an error while validating replication source health.
2- SOURCE_REPLICATION_ERROR =
Migrate to Virtual Machines encountered an error during source data operation.
3- TARGET_REPLICATION_ERROR =
Migrate to Virtual Machines encountered an error during target data operation.
4- OS_ADAPTATION_ERROR =
Migrate to Virtual Machines encountered an error during OS adaptation.
5- CLONE_ERROR =
Migrate to Virtual Machines encountered an error in clone operation.
6- CUTOVER_ERROR =
Migrate to Virtual Machines encountered an error in cutover operation.
7- UTILIZATION_REPORT_ERROR =
Migrate to Virtual Machines encountered an error during utilization report creation.
8- APPLIANCE_UPGRADE_ERROR =
Migrate to Virtual Machines encountered an error during appliance upgrade.
9- IMAGE_IMPORT_ERROR =
Migrate to Virtual Machines encountered an error in image import operation.
10- DISK_MIGRATION_ERROR =
Migrate to Virtual Machines encountered an error in disk migration operation.
11