DataSourceErrorInfo

data class DataSourceErrorInfo(val message: String? = null, val type: DataSourceErrorInfoType? = null)

Error information for the data source creation or update.

Constructors

Link copied to clipboard
constructor(message: String? = null, type: DataSourceErrorInfoType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

Error message.

Link copied to clipboard

Error type.