gbberror

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StandardWrapper = "%w: %s"
)

Variables

View Source
var (
	ErrNotYetImplemented = errors.New("not yet implemented")

	ErrBadArguments = errors.New("bad arguments")
	ErrBadHost      = errors.New("bad host")
	ErrBadPort      = errors.New("bad port")
	ErrBadTarget    = errors.New("bad target")

	ErrNoAuthToken = errors.New("no auth token")

	ErrNoOutputDir  = errors.New("no output directory supplied")
	ErrBadOutputDir = errors.New("bad output directory")
	ErrFileIssue    = errors.New("file error")

	ErrUnexpectedResponse = errors.New("unexpected status code")
	ErrResponseReadFailed = errors.New("response read failed")
	ErrBadJSON            = errors.New("bad JSON for marshal/unmarshal")
	ErrRequestFailed      = errors.New("issue creating request")

	ErrBitBurnerFailure = errors.New("failed response from BitBurner")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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