Enum MigrationJobVerificationError.ErrorCode (2.40.0)

public enum MigrationJobVerificationError.ErrorCode extends Enum<MigrationJobVerificationError.ErrorCode> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTHENTICATION_FAILURE

We failed to authenticate to one of the connection profile.

AUTHENTICATION_FAILURE = 2;

AUTHENTICATION_FAILURE_VALUE

We failed to authenticate to one of the connection profile.

AUTHENTICATION_FAILURE = 2;

CANT_RESTART_RUNNING_MIGRATION

Migration is already running at the time of restart request.

CANT_RESTART_RUNNING_MIGRATION = 21;

CANT_RESTART_RUNNING_MIGRATION_VALUE

Migration is already running at the time of restart request.

CANT_RESTART_RUNNING_MIGRATION = 21;

CONNECTION_FAILURE

We failed to connect to one of the connection profile.

CONNECTION_FAILURE = 1;

CONNECTION_FAILURE_VALUE

We failed to connect to one of the connection profile.

CONNECTION_FAILURE = 1;

CONNECTION_PROFILE_TYPES_INCOMPATIBILITY

The types of the source and the destination are incompatible.

CONNECTION_PROFILE_TYPES_INCOMPATIBILITY = 5;

CONNECTION_PROFILE_TYPES_INCOMPATIBILITY_VALUE

The types of the source and the destination are incompatible.

CONNECTION_PROFILE_TYPES_INCOMPATIBILITY = 5;

ERROR_CODE_UNSPECIFIED

An unknown error occurred

ERROR_CODE_UNSPECIFIED = 0;

ERROR_CODE_UNSPECIFIED_VALUE

An unknown error occurred

ERROR_CODE_UNSPECIFIED = 0;

ERROR_RDBMS

There was an underlying RDBMS error.

ERROR_RDBMS = 27;

ERROR_RDBMS_VALUE

There was an underlying RDBMS error.

ERROR_RDBMS = 27;

EXISTING_CONFLICTING_DATABASES

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

EXISTING_CONFLICTING_DATABASES = 29;

EXISTING_CONFLICTING_DATABASES_VALUE

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

EXISTING_CONFLICTING_DATABASES = 29;

INSUFFICIENT_MAX_REPLICATION_SLOTS

The value of parameter max_replication_slots is not sufficient.

INSUFFICIENT_MAX_REPLICATION_SLOTS = 11;

INSUFFICIENT_MAX_REPLICATION_SLOTS_VALUE

The value of parameter max_replication_slots is not sufficient.

INSUFFICIENT_MAX_REPLICATION_SLOTS = 11;

INSUFFICIENT_MAX_WAL_SENDERS

The value of parameter max_wal_senders is not sufficient.

INSUFFICIENT_MAX_WAL_SENDERS = 12;

INSUFFICIENT_MAX_WAL_SENDERS_VALUE

The value of parameter max_wal_senders is not sufficient.

INSUFFICIENT_MAX_WAL_SENDERS = 12;

INSUFFICIENT_MAX_WORKER_PROCESSES

The value of parameter max_worker_processes is not sufficient.

INSUFFICIENT_MAX_WORKER_PROCESSES = 13;

INSUFFICIENT_MAX_WORKER_PROCESSES_VALUE

The value of parameter max_worker_processes is not sufficient.

INSUFFICIENT_MAX_WORKER_PROCESSES = 13;

INVALID_CONNECTION_PROFILE_CONFIG

One of the involved connection profiles has an invalid configuration.

INVALID_CONNECTION_PROFILE_CONFIG = 3;

INVALID_CONNECTION_PROFILE_CONFIG_VALUE

One of the involved connection profiles has an invalid configuration.

INVALID_CONNECTION_PROFILE_CONFIG = 3;

INVALID_RDS_LOGICAL_REPLICATION

Invalid RDS logical replication.

INVALID_RDS_LOGICAL_REPLICATION = 16;

INVALID_RDS_LOGICAL_REPLICATION_VALUE

Invalid RDS logical replication.

INVALID_RDS_LOGICAL_REPLICATION = 16;

INVALID_SHARED_PRELOAD_LIBRARY

The value of parameter shared_preload_libraries does not include pglogical.

INVALID_SHARED_PRELOAD_LIBRARY = 10;

INVALID_SHARED_PRELOAD_LIBRARY_VALUE

The value of parameter shared_preload_libraries does not include pglogical.

INVALID_SHARED_PRELOAD_LIBRARY = 10;

INVALID_WAL_LEVEL

The value of parameter wal_level is not set to logical.

INVALID_WAL_LEVEL = 9;

INVALID_WAL_LEVEL_VALUE

The value of parameter wal_level is not set to logical.

INVALID_WAL_LEVEL = 9;

NO_PGLOGICAL_INSTALLED

No pglogical extension installed on databases, applicable for postgres.

NO_PGLOGICAL_INSTALLED = 7;

NO_PGLOGICAL_INSTALLED_VALUE

No pglogical extension installed on databases, applicable for postgres.

NO_PGLOGICAL_INSTALLED = 7;

PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE

Insufficient privilege to enable the parallelism configuration.

PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE = 30;

PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE_VALUE

Insufficient privilege to enable the parallelism configuration.

PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE = 30;

PGLOGICAL_NODE_ALREADY_EXISTS

pglogical node already exists on databases, applicable for postgres.

PGLOGICAL_NODE_ALREADY_EXISTS = 8;

PGLOGICAL_NODE_ALREADY_EXISTS_VALUE

pglogical node already exists on databases, applicable for postgres.

PGLOGICAL_NODE_ALREADY_EXISTS = 8;

SOURCE_ALREADY_SETUP

The source already has a replication setup.

SOURCE_ALREADY_SETUP = 23;

SOURCE_ALREADY_SETUP_VALUE

The source already has a replication setup.

SOURCE_ALREADY_SETUP = 23;

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.

SOURCE_SIZE_EXCEEDS_THRESHOLD = 28;

SOURCE_SIZE_EXCEEDS_THRESHOLD_VALUE

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

SOURCE_SIZE_EXCEEDS_THRESHOLD = 28;

TABLES_WITH_LIMITED_SUPPORT

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

TABLES_WITH_LIMITED_SUPPORT = 24;

TABLES_WITH_LIMITED_SUPPORT_VALUE

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

TABLES_WITH_LIMITED_SUPPORT = 24;

UNRECOGNIZED
UNSUPPORTED_DATABASE_FDW_CONFIG

The source uses an unsupported Foreign Data Wrapper configuration.

UNSUPPORTED_DATABASE_FDW_CONFIG = 26;

UNSUPPORTED_DATABASE_FDW_CONFIG_VALUE

The source uses an unsupported Foreign Data Wrapper configuration.

UNSUPPORTED_DATABASE_FDW_CONFIG = 26;

UNSUPPORTED_DATABASE_LOCALE

The source uses an unsupported locale.

UNSUPPORTED_DATABASE_LOCALE = 25;

UNSUPPORTED_DATABASE_LOCALE_VALUE

The source uses an unsupported locale.

UNSUPPORTED_DATABASE_LOCALE = 25;

UNSUPPORTED_DEFINER

The definer is not supported.

UNSUPPORTED_DEFINER = 19;

UNSUPPORTED_DEFINER_VALUE

The definer is not supported.

UNSUPPORTED_DEFINER = 19;

UNSUPPORTED_EXTENSIONS

Extensions installed are either not supported or having unsupported versions.

UNSUPPORTED_EXTENSIONS = 14;

UNSUPPORTED_EXTENSIONS_VALUE

Extensions installed are either not supported or having unsupported versions.

UNSUPPORTED_EXTENSIONS = 14;

UNSUPPORTED_GTID_MODE

The gtid_mode is not supported, applicable for MySQL.

UNSUPPORTED_GTID_MODE = 17;

UNSUPPORTED_GTID_MODE_VALUE

The gtid_mode is not supported, applicable for MySQL.

UNSUPPORTED_GTID_MODE = 17;

UNSUPPORTED_MIGRATION_TYPE

Unsupported migration type.

UNSUPPORTED_MIGRATION_TYPE = 15;

UNSUPPORTED_MIGRATION_TYPE_VALUE

Unsupported migration type.

UNSUPPORTED_MIGRATION_TYPE = 15;

UNSUPPORTED_TABLE_DEFINITION

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

UNSUPPORTED_TABLE_DEFINITION = 18;

UNSUPPORTED_TABLE_DEFINITION_VALUE

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

UNSUPPORTED_TABLE_DEFINITION = 18;

VERSION_INCOMPATIBILITY

The versions of the source and the destination are incompatible.

VERSION_INCOMPATIBILITY = 4;

VERSION_INCOMPATIBILITY_VALUE

The versions of the source and the destination are incompatible.

VERSION_INCOMPATIBILITY = 4;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()