MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseErrorResponse

data class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseErrorResponse(val errorMessage: String? = null, val events: List<SyncMigrationDatabaseErrorEventResponse>? = null, val id: String, val resultType: String)

Constructors

constructor(errorMessage: String? = null, events: List<SyncMigrationDatabaseErrorEventResponse>? = null, id: String, resultType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorMessage: String? = null

Error message

Link copied to clipboard

List of error events.

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Result type Expected value is 'DatabaseLevelErrorOutput'.