Module: Google::Cloud::CloudDMS::V1::MigrationJobVerificationError::ErrorCode

Defined in:
proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb

Overview

A general error code describing the type of error that occurred.

Constant Summary collapse

ERROR_CODE_UNSPECIFIED =

An unknown error occurred

0
CONNECTION_FAILURE =

We failed to connect to one of the connection profile.

1
AUTHENTICATION_FAILURE =

We failed to authenticate to one of the connection profile.

2
INVALID_CONNECTION_PROFILE_CONFIG =

One of the involved connection profiles has an invalid configuration.

3
VERSION_INCOMPATIBILITY =

The versions of the source and the destination are incompatible.

4
CONNECTION_PROFILE_TYPES_INCOMPATIBILITY =

The types of the source and the destination are incompatible.

5
NO_PGLOGICAL_INSTALLED =

No pglogical extension installed on databases, applicable for postgres.

7
PGLOGICAL_NODE_ALREADY_EXISTS =

pglogical node already exists on databases, applicable for postgres.

8
INVALID_WAL_LEVEL =

The value of parameter wal_level is not set to logical.

9
INVALID_SHARED_PRELOAD_LIBRARY =

The value of parameter shared_preload_libraries does not include pglogical.

10
INSUFFICIENT_MAX_REPLICATION_SLOTS =

The value of parameter max_replication_slots is not sufficient.

11
INSUFFICIENT_MAX_WAL_SENDERS =

The value of parameter max_wal_senders is not sufficient.

12
INSUFFICIENT_MAX_WORKER_PROCESSES =

The value of parameter max_worker_processes is not sufficient.

13
UNSUPPORTED_EXTENSIONS =

Extensions installed are either not supported or having unsupported versions.

14
UNSUPPORTED_MIGRATION_TYPE =

Unsupported migration type.

15
INVALID_RDS_LOGICAL_REPLICATION =

Invalid RDS logical replication.

16
UNSUPPORTED_GTID_MODE =

The gtid_mode is not supported, applicable for MySQL.

17
UNSUPPORTED_TABLE_DEFINITION =

The table definition is not support due to missing primary key or replica identity.

18
UNSUPPORTED_DEFINER =

The definer is not supported.

19
CANT_RESTART_RUNNING_MIGRATION =

Migration is already running at the time of restart request.

21
SOURCE_ALREADY_SETUP =

The source already has a replication setup.

23
TABLES_WITH_LIMITED_SUPPORT =

The source has tables with limited support. E.g. PostgreSQL tables without primary keys.

24
UNSUPPORTED_DATABASE_LOCALE =

The source uses an unsupported locale.

25
UNSUPPORTED_DATABASE_FDW_CONFIG =

The source uses an unsupported Foreign Data Wrapper configuration.

26
ERROR_RDBMS =

There was an underlying RDBMS error.

27
SOURCE_SIZE_EXCEEDS_THRESHOLD =

The source DB size in Bytes exceeds a certain threshold. The migration might require an increase of quota, or might not be supported.

28
EXISTING_CONFLICTING_DATABASES =

The destination DB contains existing databases that are conflicting with those in the source DB.

29
PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE =

Insufficient privilege to enable the parallelism configuration.

30