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 for Compute encountered an unknown error.

1
SOURCE_VALIDATION_ERROR =

Migrate for Compute encountered an error while validating replication source health.

2
SOURCE_REPLICATION_ERROR =

Migrate for Compute encountered an error during source data operation.

3
TARGET_REPLICATION_ERROR =

Migrate for Compute encountered an error during target data operation.

4
OS_ADAPTATION_ERROR =

Migrate for Compute encountered an error during OS adaptation.

5
CLONE_ERROR =

Migrate for Compute encountered an error in clone operation.

6
CUTOVER_ERROR =

Migrate for Compute encountered an error in cutover operation.

7
UTILIZATION_REPORT_ERROR =

Migrate for Compute encountered an error during utilization report creation.

8
APPLIANCE_UPGRADE_ERROR =

Migrate for Compute encountered an error during appliance upgrade.

9