Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDefaultResourcePool = errors.New("no default resource pool set")
ErrNoDefaultResourcePool is returned when a default resource pool is requested but no default resource pool is set.
View Source
var ErrNotSupported = errors.New("operation not supported")
ErrNotSupported is returned when an unsupported feature of a resource manager is used.
Functions ¶
This section is empty.
Types ¶
type ErrUnsupported ¶
type ErrUnsupported string
ErrUnsupported is returned when an unsupported feature of a resource manager is used.
func (ErrUnsupported) Error ¶
func (e ErrUnsupported) Error() string
Click to show internal directories.
Click to hide internal directories.