types

package
v0.92.1 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExitCodeError added in v0.63.0

type ExitCodeError struct {
	Msg  string
	Code int
}

func NewExitCodeError added in v0.63.0

func NewExitCodeError(exitCode int, theErr error) *ExitCodeError

func (*ExitCodeError) Error added in v0.63.0

func (e *ExitCodeError) Error() string

func (*ExitCodeError) ExitStatus added in v0.63.0

func (e *ExitCodeError) ExitStatus() int

type ExitCodeWarning added in v0.69.3

type ExitCodeWarning struct {
	Msg string
}

func NewExitCodeWarning added in v0.69.3

func NewExitCodeWarning(theErrMsg string) *ExitCodeWarning

func (*ExitCodeWarning) Warning added in v0.69.3

func (e *ExitCodeWarning) Warning() string

type ExitError added in v0.63.0

type ExitError interface {
	Error() string
	ExitStatus() int
}

type NotFoundError

type NotFoundError struct {
	Name string
}

func (*NotFoundError) Error

func (e *NotFoundError) Error() string

Jump to

Keyboard shortcuts

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