NoDeviceFound

data class NoDeviceFound(val deviceName: String) : DeploymentConfigurationError

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

Constructors

Link copied to clipboard
constructor(deviceName: String)

Properties

Link copied to clipboard