
2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
VM BAD POWER STATE
You attempted an operation on a VM that was not in an appropriate power state at the time; for
example, you attempted to start a VM that was already running. The parameters returned are
the VM’s handle, and the expected and actual VM state at the time of the call.
Signature:
VM_BAD_POWER_STATE(vm, expected, actual)
VM CANNOT DELETE DEFAULT TEMPLATE
You cannot delete the specified default template.
Signature:
VM_CANNOT_DELETE_DEFAULT_TEMPLATE(vm)
VM DUPLICATE VBD DEVICE
The specified VM has a duplicate VBD device and cannot be started.
Signature:
VM_DUPLICATE_VBD_DEVICE(vm, vbd, device)
VM FAILED SHUTDOWN ACKNOWLEDGMENT
VM didn’t acknowledge the need to shutdown.
No parameters.
VM HVM REQUIRED
HVM is required for this operation
Signature:
VM_HVM_REQUIRED(vm)
VM IS TEMPLATE
The operation attempted is not valid for a template VM
Signature:
VM_IS_TEMPLATE(vm)
310