errors

package
v1.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2022 License: Apache-2.0 Imports: 3 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrInstanceNotFound tells that the requested instance was not found on the cloud provider
	ErrInstanceNotFound = errors.New("instance not found")
)

Functions

func IsNotFound added in v1.1.10

func IsNotFound(err error) bool

func IsTerminalError added in v0.2.2

func IsTerminalError(err error) (bool, common.MachineStatusError, string)

IsTerminalError is a helper function that helps to determine if a given error is terminal

Types

type TerminalError added in v0.2.2

type TerminalError struct {
	Reason  common.MachineStatusError
	Message string
}

TerminalError is a helper struct that holds errors of type "terminal"

func (TerminalError) Error added in v0.2.2

func (te TerminalError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL