2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
VDI LOCATION MISSING
This operation cannot be performed because the specified VDI could not be found in the specified
SR
Signature:
VDI_LOCATION_MISSING(sr, location)
VDI MISSING
This operation cannot be performed because the specified VDI could not be found on the storage
substrate
Signature:
VDI_MISSING(sr, vdi)
VDI NOT AVAILABLE
This operation cannot be performed because this VDI could not be properly attached to the VM.
Signature:
VDI_NOT_AVAILABLE(vdi)
VDI READONLY
The operation required write access but this VDI is read-only
Signature:
VDI_READONLY(vdi)
VIF IN USE
Network has active VIFs
Signature:
VIF_IN_USE(network, VIF)
VLAN TAG INVALID
You tried to create a VLAN, but the tag you gave was invalid – it must be between 0 and 4095.
The parameter echoes the VLAN tag you gave.
Signature:
VLAN_TAG_INVALID(VLAN)
309