Class ErrorCode (1.11.0)

ErrorCode(value)

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

Enums

Name Description
ERROR_CODE_UNSPECIFIED An unknown error occurred
CONNECTION_FAILURE We failed to connect to one of the connection profile.
AUTHENTICATION_FAILURE We failed to authenticate to one of the connection profile.
INVALID_CONNECTION_PROFILE_CONFIG One of the involved connection profiles has an invalid configuration.
VERSION_INCOMPATIBILITY The versions of the source and the destination are incompatible.
CONNECTION_PROFILE_TYPES_INCOMPATIBILITY The types of the source and the destination are incompatible.
NO_PGLOGICAL_INSTALLED No pglogical extension installed on databases, applicable for postgres.
PGLOGICAL_NODE_ALREADY_EXISTS pglogical node already exists on databases, applicable for postgres.
INVALID_WAL_LEVEL The value of parameter wal_level is not set to logical.
INVALID_SHARED_PRELOAD_LIBRARY The value of parameter shared_preload_libraries does not include pglogical.
INSUFFICIENT_MAX_REPLICATION_SLOTS 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_WORKER_PROCESSES The value of parameter max_worker_processes is not sufficient.
UNSUPPORTED_EXTENSIONS Extensions installed are either not supported or having unsupported versions.
UNSUPPORTED_MIGRATION_TYPE Unsupported migration type.
INVALID_RDS_LOGICAL_REPLICATION Invalid RDS logical replication.
UNSUPPORTED_GTID_MODE The gtid_mode is not supported, applicable for MySQL.
UNSUPPORTED_TABLE_DEFINITION The table definition is not support due to missing primary key or replica identity.
UNSUPPORTED_DEFINER The definer is not supported.
CANT_RESTART_RUNNING_MIGRATION Migration is already running at the time of restart request.
SOURCE_ALREADY_SETUP The source already has a replication setup.
TABLES_WITH_LIMITED_SUPPORT The source has tables with limited support. E.g. PostgreSQL tables without primary keys.
UNSUPPORTED_DATABASE_LOCALE The source uses an unsupported locale.
UNSUPPORTED_DATABASE_FDW_CONFIG The source uses an unsupported Foreign Data Wrapper configuration.
ERROR_RDBMS There was an underlying RDBMS error.
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.
EXISTING_CONFLICTING_DATABASES The destination DB contains existing databases that are conflicting with those in the source DB.
PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE Insufficient privilege to enable the parallelism configuration.