public enum ErrorCode
A general error code describing the type of error that occurred.
Namespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Fields |
|
---|---|
Name | Description |
AuthenticationFailure |
We failed to authenticate to one of the connection profile. |
CantRestartRunningMigration |
Migration is already running at the time of restart request. |
ConnectionFailure |
We failed to connect to one of the connection profile. |
ConnectionProfileTypesIncompatibility |
The types of the source and the destination are incompatible. |
InsufficientMaxReplicationSlots |
The value of parameter max_replication_slots is not sufficient. |
InsufficientMaxWalSenders |
The value of parameter max_wal_senders is not sufficient. |
InsufficientMaxWorkerProcesses |
The value of parameter max_worker_processes is not sufficient. |
InvalidConnectionProfileConfig |
One of the involved connection profiles has an invalid configuration. |
InvalidRdsLogicalReplication |
Invalid RDS logical replication. |
InvalidSharedPreloadLibrary |
The value of parameter shared_preload_libraries does not include pglogical. |
InvalidWalLevel |
The value of parameter wal_level is not set to logical. |
NoPglogicalInstalled |
No pglogical extension installed on databases, applicable for postgres. |
PglogicalNodeAlreadyExists |
pglogical node already exists on databases, applicable for postgres. |
Unspecified |
An unknown error occurred |
UnsupportedDefiner |
The definer is not supported. |
UnsupportedExtensions |
Extensions installed are either not supported or having unsupported versions. |
UnsupportedGtidMode |
The gtid_mode is not supported, applicable for MySQL. |
UnsupportedMigrationType |
Unsupported migration type. |
UnsupportedTableDefinition |
The table definition is not support due to missing primary key or replica identity. |
VersionIncompatibility |
The versions of the source and the destination are incompatible. |