Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HasChildrenError ¶
type HasChildrenError struct{ VMID string }
HasChildrenError indicates a VM has child VMs and non-recursive delete is unsafe.
func (*HasChildrenError) Error ¶
func (e *HasChildrenError) Error() string
type IsRootError ¶
type IsRootError struct{ VMID string }
IsRootError indicates a VM is a root VM.
func (*IsRootError) Error ¶
func (e *IsRootError) Error() string
Click to show internal directories.
Click to hide internal directories.