2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
HOST OFFLINE
You attempted an operation which involves a host which could not be contacted.
Signature:
HOST_OFFLINE(host)
HOST STILL BOOTING
The host is still booting.
No parameters.
HOST UNKNOWN TO MASTER
The master says the host is not known to it. Perhaps the Host was deleted from the master’s
database?
Signature:
HOST_UNKNOWN_TO_MASTER(host)
IMPORT ERROR
The VM could not be imported; is the file corrupt?
Signature:
IMPORT_ERROR(msg)
IMPORT INCOMPATIBLE VERSION
The import failed because this export has been created by a different (incompatible) product
verion
No parameters.
INTERFACE HAS NO IP
The specified interface cannot be used because it has no IP address
Signature:
INTERFACE_HAS_NO_IP(interface)
293