MigrateSqlServerSqlDbSyncTaskOutputDatabaseError interface

Output for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations

Extends

Properties

errorMessage

Error message

events

List of error events.

resultType

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

errorMessage

Error message

errorMessage?: string

Property Value

string

events

List of error events.

events?: SyncMigrationDatabaseErrorEvent[]

Property Value

resultType

Polymorphic discriminator, which specifies the different types this object can be

resultType: "DatabaseLevelErrorOutput"

Property Value

"DatabaseLevelErrorOutput"

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 MigrateSqlServerSqlDbSyncTaskOutput.id