SyncMigrationDatabaseErrorEventResponse

data class SyncMigrationDatabaseErrorEventResponse(val eventText: String, val eventTypeString: String, val timestampString: String)

Database migration errors for online migration

Constructors

Link copied to clipboard
constructor(eventText: String, eventTypeString: String, timestampString: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Event text.

Link copied to clipboard

Event type.

Link copied to clipboard

String value of timestamp.