errors

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error string
const (
	// Inconceivable indicates that a function should never have been called.
	Inconceivable Error = "How did this happen!?"

	// Unfinished indicates that a function isn't ready for use yet.
	Unfinished Error = "not yet implemented"

	// BadInput indicates that a function was given bad inputs.
	BadInput Error = "bad input"
)

func (Error) Error

func (p Error) Error() string

Jump to

Keyboard shortcuts

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