rationalize

package
v0.0.0-...-b6fc690 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrActionAborted = errors.New("aborted by user")
View Source
var ErrHeadless = errors.New("headless")
View Source
var ErrNoProject = errors.New("no project")

ErrNoProject communicates that we were unable to find an activestate.yaml

View Source
var ErrNotAuthenticated = errors.New("not authenticated")

ErrNotAuthenticated communicates that the user is not logged in

Functions

This section is empty.

Types

type ErrAPI

type ErrAPI struct {
	Wrapped error
	Code    int
	Message string
}

func (*ErrAPI) Error

func (e *ErrAPI) Error() string

func (*ErrAPI) Unwrap

func (e *ErrAPI) Unwrap() error

type Inner

type Inner error

Inner is just an alias because otherwise external use of this struct would not be able to construct the error property, and we want to keep the boilerplate minimal.

Jump to

Keyboard shortcuts

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