Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
sealed interface ConfigurationError

Represents an error that can occur during the configuration of the system using the DSL.

Link copied to clipboard

Represents an error that can occur during the configuration of the deployment using the DSL.

Link copied to clipboard

Error raised if two devices have the same deviceName.

Link copied to clipboard

Error raised when the deployment configuration is empty.

Link copied to clipboard

Error raised if the system configuration does not contain a device configuration.

Link copied to clipboard

Error raised if the system configuration is empty.

Link copied to clipboard

Error raised when a component cannot be moved to the specified host.

Link copied to clipboard

Error raised when a component is moved to an host that is not in the infrastructure.

Link copied to clipboard
data class InvalidStartupHost(val component: ComponentRef, val host: Host) : DeploymentConfigurationError

Error raised when a component cannot be started on the specified host.

Link copied to clipboard
data class NoDeviceFound(val deviceName: String) : DeploymentConfigurationError

Error raised if a device with the given deviceName is not found in the system configuration.

Link copied to clipboard

Represents an error that can occur during the configuration of the system using the DSL.

Link copied to clipboard

Error raised when a component is configured for a reconfiguration, but it does not belong to the device.

Link copied to clipboard

Error raised when a host is not in the infrastructure.

Link copied to clipboard

Error raised if a component is registered without specifying its capabilities.