Reference documentation and code samples for the Cloud Database Migration Service V1 API module Google::Cloud::CloudDMS::V1::MigrationJobVerificationError::ErrorCode.
A general error code describing the type of error that occurred.
Constants
ERROR_CODE_UNSPECIFIED
value: 0
An unknown error occurred
CONNECTION_FAILURE
value: 1
We failed to connect to one of the connection profile.
AUTHENTICATION_FAILURE
value: 2
We failed to authenticate to one of the connection profile.
INVALID_CONNECTION_PROFILE_CONFIG
value: 3
One of the involved connection profiles has an invalid configuration.
VERSION_INCOMPATIBILITY
value: 4
The versions of the source and the destination are incompatible.
CONNECTION_PROFILE_TYPES_INCOMPATIBILITY
value: 5
The types of the source and the destination are incompatible.
NO_PGLOGICAL_INSTALLED
value: 7
No pglogical extension installed on databases, applicable for postgres.
PGLOGICAL_NODE_ALREADY_EXISTS
value: 8
pglogical node already exists on databases, applicable for postgres.
INVALID_WAL_LEVEL
value: 9
The value of parameter wal_level is not set to logical.
INVALID_SHARED_PRELOAD_LIBRARY
value: 10
The value of parameter shared_preload_libraries does not include
pglogical.
INSUFFICIENT_MAX_REPLICATION_SLOTS
value: 11
The value of parameter max_replication_slots is not sufficient.
INSUFFICIENT_MAX_WAL_SENDERS
value: 12
The value of parameter max_wal_senders is not sufficient.
INSUFFICIENT_MAX_WORKER_PROCESSES
value: 13
The value of parameter max_worker_processes is not sufficient.
UNSUPPORTED_EXTENSIONS
value: 14
Extensions installed are either not supported or having unsupported
versions.
UNSUPPORTED_MIGRATION_TYPE
value: 15
Unsupported migration type.
INVALID_RDS_LOGICAL_REPLICATION
value: 16
Invalid RDS logical replication.
UNSUPPORTED_GTID_MODE
value: 17
The gtid_mode is not supported, applicable for MySQL.
UNSUPPORTED_TABLE_DEFINITION
value: 18
The table definition is not support due to missing primary key or replica
identity.
UNSUPPORTED_DEFINER
value: 19
The definer is not supported.
CANT_RESTART_RUNNING_MIGRATION
value: 21
Migration is already running at the time of restart request.
TABLES_WITH_LIMITED_SUPPORT
value: 24
The source has tables with limited support.
E.g. PostgreSQL tables without primary keys.
UNSUPPORTED_DATABASE_LOCALE
value: 25
The source uses an unsupported locale.
UNSUPPORTED_DATABASE_FDW_CONFIG
value: 26
The source uses an unsupported Foreign Data Wrapper configuration.
ERROR_RDBMS
value: 27
There was an underlying RDBMS error.
SOURCE_SIZE_EXCEEDS_THRESHOLD
value: 28
The source DB size in Bytes exceeds a certain threshold. The migration
might require an increase of quota, or might not be supported.