ComponentNotRegistered

data class ComponentNotRegistered(val deviceType: String, val component: ComponentRef) : DeploymentConfigurationError

Error raised when in the system configuration a component belonging to a deviceType is registered but in the deployment configuration it is not provided its instance.

Constructors

Link copied to clipboard
constructor(deviceType: String, component: ComponentRef)

Properties

Link copied to clipboard
Link copied to clipboard