MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError interface
Output for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations
- Extends
Properties
error | Migration error NOTE: This property will not be serialized. It can only be populated by the server. |
events | List of error events |
result |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
error
Migration error NOTE: This property will not be serialized. It can only be populated by the server.
error?: ReportableException
Property Value
events
List of error events
events?: SyncMigrationDatabaseErrorEvent[]
Property Value
resultType
Polymorphic discriminator, which specifies the different types this object can be
resultType: "ErrorOutput"
Property Value
"ErrorOutput"
Inherited Property Details
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.id
Azure SDK for JavaScript