Google Cloud Vm Migration V1 Client - Class ErrorCode (0.6.5)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class ErrorCode.

Represents resource error codes.

Protobuf type google.cloud.vmmigration.v1.MigrationError.ErrorCode

Namespace

Google \ Cloud \ VMMigration \ V1 \ MigrationError

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ERROR_CODE_UNSPECIFIED

Value: 0

Default value. This value is not used.

Generated from protobuf enum ERROR_CODE_UNSPECIFIED = 0;

UNKNOWN_ERROR

Value: 1

Migrate for Compute encountered an unknown error.

Generated from protobuf enum UNKNOWN_ERROR = 1;

SOURCE_VALIDATION_ERROR

Value: 2

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

Generated from protobuf enum SOURCE_VALIDATION_ERROR = 2;

SOURCE_REPLICATION_ERROR

Value: 3

Migrate for Compute encountered an error during source data operation.

Generated from protobuf enum SOURCE_REPLICATION_ERROR = 3;

TARGET_REPLICATION_ERROR

Value: 4

Migrate for Compute encountered an error during target data operation.

Generated from protobuf enum TARGET_REPLICATION_ERROR = 4;

OS_ADAPTATION_ERROR

Value: 5

Migrate for Compute encountered an error during OS adaptation.

Generated from protobuf enum OS_ADAPTATION_ERROR = 5;

CLONE_ERROR

Value: 6

Migrate for Compute encountered an error in clone operation.

Generated from protobuf enum CLONE_ERROR = 6;

CUTOVER_ERROR

Value: 7

Migrate for Compute encountered an error in cutover operation.

Generated from protobuf enum CUTOVER_ERROR = 7;

UTILIZATION_REPORT_ERROR

Value: 8

Migrate for Compute encountered an error during utilization report creation.

Generated from protobuf enum UTILIZATION_REPORT_ERROR = 8;

APPLIANCE_UPGRADE_ERROR

Value: 9

Migrate for Compute encountered an error during appliance upgrade.

Generated from protobuf enum APPLIANCE_UPGRADE_ERROR = 9;