errors

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ErrWTF is panicked from code that should never be reached.
	ErrWTF = InternalError("should never be called!")

	// ErrUnimplemented is panicked from functions that aren't implemented yet.
	// They shouldn't happened outside frozen development.
	ErrUnimplemented = InternalError("not implemented")

	// ErrConsistencyCheck is panicked when an internal consistency check fails.
	ErrConsistencyCheck = InternalError("consistency check failure")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type InternalError

type InternalError string

func (InternalError) Error

func (e InternalError) Error() string

Jump to

Keyboard shortcuts

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