MigrateOracleAzureDbPostgreSqlSyncTaskOutputError interface
Output for the task that migrates Oracle 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. |
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
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 MigrateOracleAzureDbPostgreSqlSyncTaskOutput.id
Azure SDK for JavaScript