Documentation ¶
Index ¶
- func New(message string) error
- func NewDatastoreError(datastore, operation, reason string) error
- func NewGovcNotFoundError(path string) error
- func NewGuestError(vm, operation, reason string) error
- func NewIncompleteVsphereConfigError(component string) error
- func NewInvalidLoginError() error
- func NewInvalidStateError(vm string) error
- func NewVMError(operation, vm, reason string) error
- func NewWithError(message string, err error) error
- func NewWithFmt(message string, args ...interface{}) error
- type DatastoreError
- type GovcNotFoundError
- type GuestError
- type IncompleteVsphereConfigError
- type InvalidLoginError
- type InvalidStateError
- type VMError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDatastoreError ¶
func NewGovcNotFoundError ¶
func NewGuestError ¶
func NewInvalidLoginError ¶
func NewInvalidLoginError() error
func NewInvalidStateError ¶
func NewVMError ¶ added in v0.3.0
func NewWithError ¶
func NewWithFmt ¶
Types ¶
type DatastoreError ¶
type DatastoreError struct {
// contains filtered or unexported fields
}
func (*DatastoreError) Error ¶
func (err *DatastoreError) Error() string
type GovcNotFoundError ¶
type GovcNotFoundError struct {
// contains filtered or unexported fields
}
func (*GovcNotFoundError) Error ¶
func (err *GovcNotFoundError) Error() string
type GuestError ¶
type GuestError struct {
// contains filtered or unexported fields
}
func (*GuestError) Error ¶
func (err *GuestError) Error() string
type IncompleteVsphereConfigError ¶
type IncompleteVsphereConfigError struct {
// contains filtered or unexported fields
}
func (*IncompleteVsphereConfigError) Error ¶
func (err *IncompleteVsphereConfigError) Error() string
type InvalidLoginError ¶
type InvalidLoginError struct { }
func (*InvalidLoginError) Error ¶
func (err *InvalidLoginError) Error() string
type InvalidStateError ¶
type InvalidStateError struct {
// contains filtered or unexported fields
}
func (*InvalidStateError) Error ¶
func (err *InvalidStateError) Error() string
Click to show internal directories.
Click to hide internal directories.