ExtensionsInstanceRuntimeDataFatalError

data class ExtensionsInstanceRuntimeDataFatalError(val errorMessage: String? = null)

Constructors

Link copied to clipboard
constructor(errorMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorMessage: String? = null

The error message. This is set by the extension developer to give more detail on why the extension is unusable and must be re-installed or reconfigured.