- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.8
- 2.1.9
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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
AUTHENTICATION_FAILURE | We failed to authenticate to one of the connection profile. |
AUTHENTICATION_FAILURE_VALUE | We failed to authenticate to one of the connection profile. |
CANT_RESTART_RUNNING_MIGRATION | Migration is already running at the time of restart request. |
CANT_RESTART_RUNNING_MIGRATION_VALUE | Migration is already running at the time of restart request. |
CONNECTION_FAILURE | We failed to connect to one of the connection profile. |
CONNECTION_FAILURE_VALUE | We failed to connect to one of the connection profile. |
CONNECTION_PROFILE_TYPES_INCOMPATIBILITY | The types of the source and the destination are incompatible. |
CONNECTION_PROFILE_TYPES_INCOMPATIBILITY_VALUE | The types of the source and the destination are incompatible. |
ERROR_CODE_UNSPECIFIED | An unknown error occurred |
ERROR_CODE_UNSPECIFIED_VALUE | An unknown error occurred |
ERROR_RDBMS | There was an underlying RDBMS error. |
ERROR_RDBMS_VALUE | There was an underlying RDBMS error. |
EXISTING_CONFLICTING_DATABASES | The destination DB contains existing databases that are conflicting with those in the source DB. |
EXISTING_CONFLICTING_DATABASES_VALUE | The destination DB contains existing databases that are conflicting with those in the source DB. |
INSUFFICIENT_MAX_REPLICATION_SLOTS | The value of parameter max_replication_slots is not sufficient. |
INSUFFICIENT_MAX_REPLICATION_SLOTS_VALUE | The value of parameter max_replication_slots is not sufficient. |
INSUFFICIENT_MAX_WAL_SENDERS | The value of parameter max_wal_senders is not sufficient. |
INSUFFICIENT_MAX_WAL_SENDERS_VALUE | The value of parameter max_wal_senders is not sufficient. |
INSUFFICIENT_MAX_WORKER_PROCESSES | The value of parameter max_worker_processes is not sufficient. |
INSUFFICIENT_MAX_WORKER_PROCESSES_VALUE | The value of parameter max_worker_processes is not sufficient. |
INVALID_CONNECTION_PROFILE_CONFIG | One of the involved connection profiles has an invalid configuration. |
INVALID_CONNECTION_PROFILE_CONFIG_VALUE | One of the involved connection profiles has an invalid configuration. |
INVALID_RDS_LOGICAL_REPLICATION | Invalid RDS logical replication. |
INVALID_RDS_LOGICAL_REPLICATION_VALUE | Invalid RDS logical replication. |
INVALID_SHARED_PRELOAD_LIBRARY | The value of parameter shared_preload_libraries does not include pglogical. |
INVALID_SHARED_PRELOAD_LIBRARY_VALUE | The value of parameter shared_preload_libraries does not include pglogical. |
INVALID_WAL_LEVEL | The value of parameter wal_level is not set to logical. |
INVALID_WAL_LEVEL_VALUE | The value of parameter wal_level is not set to logical. |
NO_PGLOGICAL_INSTALLED | No pglogical extension installed on databases, applicable for postgres. |
NO_PGLOGICAL_INSTALLED_VALUE | No pglogical extension installed on databases, applicable for postgres. |
PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE | Insufficient privilege to enable the parallelism configuration. |
PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE_VALUE | Insufficient privilege to enable the parallelism configuration. |
PGLOGICAL_NODE_ALREADY_EXISTS | pglogical node already exists on databases, applicable for postgres. |
PGLOGICAL_NODE_ALREADY_EXISTS_VALUE | pglogical node already exists on databases, applicable for postgres. |
SOURCE_ALREADY_SETUP | The source already has a replication setup. |
SOURCE_ALREADY_SETUP_VALUE | The source already has a replication setup. |
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_VALUE | The source DB size in Bytes exceeds a certain threshold. The migration might require an increase of quota, or might not be supported. |
TABLES_WITH_LIMITED_SUPPORT | The source has tables with limited support. E.g. PostgreSQL tables without primary keys. |
TABLES_WITH_LIMITED_SUPPORT_VALUE | The source has tables with limited support. E.g. PostgreSQL tables without primary keys. |
UNRECOGNIZED | |
UNSUPPORTED_DATABASE_FDW_CONFIG | The source uses an unsupported Foreign Data Wrapper configuration. |
UNSUPPORTED_DATABASE_FDW_CONFIG_VALUE | The source uses an unsupported Foreign Data Wrapper configuration. |
UNSUPPORTED_DATABASE_LOCALE | The source uses an unsupported locale. |
UNSUPPORTED_DATABASE_LOCALE_VALUE | The source uses an unsupported locale. |
UNSUPPORTED_DEFINER | The definer is not supported. |
UNSUPPORTED_DEFINER_VALUE | The definer is not supported. |
UNSUPPORTED_EXTENSIONS | Extensions installed are either not supported or having unsupported versions. |
UNSUPPORTED_EXTENSIONS_VALUE | Extensions installed are either not supported or having unsupported versions. |
UNSUPPORTED_GTID_MODE | The gtid_mode is not supported, applicable for MySQL. |
UNSUPPORTED_GTID_MODE_VALUE | The gtid_mode is not supported, applicable for MySQL. |
UNSUPPORTED_MIGRATION_TYPE | Unsupported migration type. |
UNSUPPORTED_MIGRATION_TYPE_VALUE | Unsupported migration type. |
UNSUPPORTED_TABLE_DEFINITION | The table definition is not support due to missing primary key or replica identity. |
UNSUPPORTED_TABLE_DEFINITION_VALUE | The table definition is not support due to missing primary key or replica identity. |
VERSION_INCOMPATIBILITY | The versions of the source and the destination are incompatible. |
VERSION_INCOMPATIBILITY_VALUE | The versions of the source and the destination are incompatible. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |