2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
VM UNSAFE BOOT
You attempted an operation on a VM that was judged to be unsafe by the server. This can happen
if the VM would run on a CPU that has a potentially incompatable set of feature flags to those
the VM requires. If you want to override this warning then use the ’force’ option.
Signature:
VM_UNSAFE_BOOT(vm)
XMLRPC UNMARSHAL FAILURE
The server failed to unmarshal the XMLRPC message; it was expecting one element and received
something else.
Signature:
XMLRPC_UNMARSHAL_FAILURE(expected, received)
313