
2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
UNKNOWN BOOTLOADER
The requested bootloader is unknown
Signature:
UNKNOWN_BOOTLOADER(vm, bootloader)
UUID INVALID
The uuid you supplied was invalid.
Signature:
UUID_INVALID(type, uuid)
VALUE NOT SUPPORTED
You attempted to set a value that is not supported by this implementation. The fully-qualified
field name and the value that you tried to set are returned. Also returned is a developer-only
diagnostic reason.
Signature:
VALUE_NOT_SUPPORTED(field, value, reason)
VBD CDS MUST BE READONLY
Read/write CDs are not supported
No parameters.
VBD IS EMPTY
Operation could not be performed because the drive is empty
Signature:
VBD_IS_EMPTY(vbd)
VBD NOT EMPTY
Operation could not be performed because the drive is not empty
Signature:
VBD_NOT_EMPTY(vbd)
307