Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachineNotFoundError ¶
type MachineNotFoundError struct {
// Name is the machine name
Name string
// MachineID is the machine uuid
MachineID string
}
MachineNotFoundError is used to indicate not found error in PluginSPI
func (*MachineNotFoundError) Error ¶
func (e *MachineNotFoundError) Error() string
type MachineResourceExhaustedError ¶ added in v0.17.0
type MachineResourceExhaustedError struct {
// error msg of error classified as resource exhausted
Msg string
}
MachineResourceExhaustedError is used to indicate resource exhausted error in PluginSPI
func (*MachineResourceExhaustedError) Error ¶ added in v0.17.0
func (e *MachineResourceExhaustedError) Error() string
Click to show internal directories.
Click to hide internal directories.