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.
Click to show internal directories.
Click to hide internal directories.