
2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
DEVICE ALREADY ATTACHED
The device is already attached to a VM
Signature:
DEVICE_ALREADY_ATTACHED(device)
DEVICE ALREADY DETACHED
The device is not currently attached
Signature:
DEVICE_ALREADY_DETACHED(device)
DEVICE ALREADY EXISTS
A device with the name given already exists on the selected VM
Signature:
DEVICE_ALREADY_EXISTS(device)
DEVICE ATTACH TIMEOUT
A timeout happened while attempting to attach a device to a VM.
Signature:
DEVICE_ATTACH_TIMEOUT(type, ref)
DEVICE DETACH REJECTED
The VM rejected the attempt to detach the device.
Signature:
DEVICE_DETACH_REJECTED(type, ref, msg)
DEVICE DETACH TIMEOUT
A timeout happened while attempting to detach a device from a VM.
Signature:
DEVICE_DETACH_TIMEOUT(type, ref)
288